MCPcopy Index your code
hub / github.com/MALSync/MALSync / addVariable

Method addVariable

src/chibiScript/ChibiConsumer.ts:128–130  ·  view source on GitHub ↗
(name: string, value: any)

Source from the content-addressed store, hash-verified

126 }
127
128 addVariable(name: string, value: any) {
129 this.ctx.set(name, value);
130 }
131
132 clearIntervals() {
133 return this.ctx.clearIntervals();

Callers 9

getConsumerFunction · 0.95
getUrlConsumerFunction · 0.80
ChibiFunction · 0.80
uiSelectorFunction · 0.80
elementEpFunction · 0.80
initFunction · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected