Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
runAsync
Method · 0.95
conditionFunctions.ts
File · 0.80
arrayFunctions.ts
File · 0.80
if
Function · 0.80
ifThen
Function · 0.80
ifNotReturn
Function · 0.80
coreFunctions.ts
File · 0.80
runCallback
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected