Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ globalSet
Method
globalSet
src/chibiScript/ChibiCtx.ts:52–54 ·
view source on GitHub ↗
(name: string, value: any)
Source
from the content-addressed store, hash-verified
50
}
51
52
globalSet(name: string, value: any) {
53
this.globalRegistry.set(name, value);
54
}
55
56
globalGet(name: string) {
57
return
this.globalRegistry.get(name);
Callers
1
coreFunctions.ts
File · 0.80
Calls
1
set
Method · 0.65
Tested by
no test coverage detected