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

Method return

src/chibiScript/ChibiCtx.ts:64–66  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

62 }
63
64 return(value: any) {
65 return new ChibiReturn(value);
66 }
67
68 setInterval(key: string, interval: NodeJS.Timer) {
69 this.intervalRegistry[key] = interval;

Callers 15

ifNotReturnFunction · 0.80
coreFunctions.tsFile · 0.80
readyFunction · 0.80
readyFunction · 0.80
syncIsReadyFunction · 0.80
readyFunction · 0.80
readyFunction · 0.80
syncIsReadyFunction · 0.80
readyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected