Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ globalGet
Method
globalGet
src/chibiScript/ChibiCtx.ts:56–58 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
54
}
55
56
globalGet(name: string) {
57
return
this.globalRegistry.get(name);
58
}
59
60
getConsumer() {
61
return
this.consumer;
Callers
1
coreFunctions.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected