Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
asyncFunctions.test.ts
File · 0.80
coreFunctions.test.ts
File · 0.80
internalUtilities.ts
File · 0.80
ifNotReturn
Function · 0.80
coreFunctions.ts
File · 0.80
ready
Function · 0.80
ready
Function · 0.80
syncIsReady
Function · 0.80
ready
Function · 0.80
ready
Function · 0.80
syncIsReady
Function · 0.80
ready
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected