MCPcopy Index your code
hub / github.com/MALSync/MALSync / generateAndExecute

Function generateAndExecute

test/src/chibiScript/functions/asyncFunctions.test.ts:391–397  ·  view source on GitHub ↗
(input: ChibiJson<any>)

Source from the content-addressed store, hash-verified

389});
390
391function generateAndExecute(input: ChibiJson<any>) {
392 const json = JSON.stringify(input);
393 const script = JSON.parse(json);
394 const consumer = new ChibiConsumer(script);
395
396 return consumer;
397}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected