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

Method run

src/chibiScript/ChibiCtx.ts:25–27  ·  view source on GitHub ↗
(script: ChibiJson<any>, startState: any = null)

Source from the content-addressed store, hash-verified

23 }
24
25 run(script: ChibiJson<any>, startState: any = null) {
26 return this.getConsumer()._subroutine(script, startState);
27 }
28
29 async runAsync(script: ChibiJson<any>, startState: any = null) {
30 if (!this.isAsync()) {

Calls 2

getConsumerMethod · 0.95
_subroutineMethod · 0.80

Tested by

no test coverage detected