MCPcopy Create free account
hub / github.com/Botloader/botloader / TestStorageType

Interface TestStorageType

integration-tests/storagev2.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const scriptPlugin: typeof script = new Script("__FAKE.ts", script.scriptId, "1")
6
7interface TestStorageType {
8 a: number,
9 b: string,
10}
11
12const bucketJson = script.createStorageJson<TestStorageType>("storagev2_json")
13const bucketJsonPlugin = scriptPlugin.createStorageJson<TestStorageType>("storagev2_json")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected