MCPcopy 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
76function 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

Calls

no outgoing calls

Tested by

no test coverage detected