Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ storage_var.ts
File
storage_var.ts
integration-tests/storage_var.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assertExpected, runOnce, sendScriptCompletion } from
"lib"
;
2
3
const
counter = script.createStorageVarNumber(
"storage_var_counter"
);
4
Callers
nothing calls this directly
Calls
7
runOnce
Function · 0.90
assertExpected
Function · 0.90
sendScriptCompletion
Function · 0.90
createStorageVarNumber
Method · 0.80
incr
Method · 0.45
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected