MCPcopy 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

1import { assertExpected, runOnce, sendScriptCompletion } from "lib";
2
3const counter = script.createStorageVarNumber("storage_var_counter");
4

Callers

nothing calls this directly

Calls 7

runOnceFunction · 0.90
assertExpectedFunction · 0.90
sendScriptCompletionFunction · 0.90
incrMethod · 0.45
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected