Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ generateAndExecute
Function
generateAndExecute
test/src/chibiScript/ChibiConsumer.test.ts:76–82 ·
view source on GitHub ↗
(input: ChibiJson<any>)
Source
from the content-addressed store, hash-verified
74
});
75
76
function
generateAndExecute(input: ChibiJson<any>) {
77
const
json = JSON.stringify(input);
78
const
script = JSON.parse(json);
79
const
consumer =
new
ChibiConsumer(script);
80
81
return
consumer;
82
}
Callers
1
ChibiConsumer.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected