Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ generateAndExecute
Function
generateAndExecute
test/src/chibiScript/functions/coreFunctions.test.ts:127–133 ·
view source on GitHub ↗
(input: ChibiJson<any>)
Source
from the content-addressed store, hash-verified
125
});
126
127
function
generateAndExecute(input: ChibiJson<any>) {
128
const
json = JSON.stringify(input);
129
const
script = JSON.parse(json);
130
const
consumer =
new
ChibiConsumer(script);
131
132
return
consumer;
133
}
Callers
1
coreFunctions.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected