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

Function generateAndExecute

test/src/chibiScript/functions/arrayFunctions.test.ts:145–150  ·  view source on GitHub ↗
(input: ChibiJson<any>)

Source from the content-addressed store, hash-verified

143});
144
145function generateAndExecute(input: ChibiJson<any>) {
146 const json = JSON.stringify(input);
147 const script = JSON.parse(json);
148 const consumer = new ChibiConsumer(script);
149 return consumer;
150}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected