MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / clear

Method clear

src/lib/FileSystemStorage.ts:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 async clear(): Promise<void> {
133 await this.sendRequest('monogatari:storage-clear', {});
134 }
135
136 async key(index: number, _full?: boolean): Promise<string> {
137 const allKeys = await this.keys(_full);

Callers

nothing calls this directly

Calls 1

sendRequestMethod · 0.95

Tested by

no test coverage detected