MCPcopy 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.tsFile · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected