Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getConsumer
Function · 0.95
ChibiConsumer.test.ts
File · 0.80
asyncFunctions.test.ts
File · 0.80
coreFunctions.test.ts
File · 0.80
getUrlConsumer
Function · 0.80
Chibi
Function · 0.80
uiSelector
Function · 0.80
elementEp
Function · 0.80
init
Function · 0.80
Calls
1
set
Method · 0.65
Tested by
no test coverage detected