reorganize module
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"modules": {
|
||||
"general_kenobi": {
|
||||
"functions": [
|
||||
{
|
||||
"baseHash": 3873007749982070651,
|
||||
"fullHash": 5865213555928423624,
|
||||
"namespace": "internal",
|
||||
"access": "public",
|
||||
"name": "hello_there",
|
||||
"type": "native",
|
||||
"numParams": 1,
|
||||
"params": [
|
||||
{
|
||||
"name": "n",
|
||||
"type": "i64"
|
||||
}
|
||||
],
|
||||
"returnType": "String",
|
||||
"signature": "hello_there(n: i64) -> String",
|
||||
"docComments": [
|
||||
"/// Returns a string where \"hello there\" is repeated `n` times."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"functions": [
|
||||
{
|
||||
"baseHash": 12461724250411739075,
|
||||
"fullHash": 14530626537296006176,
|
||||
"namespace": "global",
|
||||
"access": "public",
|
||||
"name": "minus",
|
||||
"type": "native",
|
||||
"numParams": 2,
|
||||
"params": [
|
||||
{
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"type": "i64"
|
||||
}
|
||||
],
|
||||
"returnType": "i64",
|
||||
"signature": "minus(_: i64, _: i64) -> i64"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user