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

Method isAsync

src/chibiScript/ChibiCtx.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 isAsync() {
41 return this.async;
42 }
43
44 set(name: string, value: any) {
45 this.registry.set(name, value);

Callers 8

runAsyncMethod · 0.95
arrayFunctions.tsFile · 0.80
ifFunction · 0.80
ifThenFunction · 0.80
ifNotReturnFunction · 0.80
coreFunctions.tsFile · 0.80
runCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected