Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ setAsyncContext
Method
setAsyncContext
src/chibiScript/ChibiCtx.ts:36–38 ·
view source on GitHub ↗
(isAsync: boolean)
Source
from the content-addressed store, hash-verified
34
}
35
36
setAsyncContext(isAsync: boolean) {
37
this.
async
= isAsync;
38
}
39
40
isAsync() {
41
return
this.
async
;
Callers
2
_subroutine
Method · 0.80
_subroutineAsync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected