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

Method keys

src/lib/FileSystemStorage.ts:141–143  ·  view source on GitHub ↗
(_full?: boolean)

Source from the content-addressed store, hash-verified

139 }
140
141 async keys(_full?: boolean): Promise<string[]> {
142 return await this.sendRequest('monogatari:storage-keys', {}) as string[];
143 }
144
145 async contains(key: string): Promise<void> {
146 // Resolves if key exists, rejects if not (matches Space convention)

Callers 1

keyMethod · 0.95

Calls 1

sendRequestMethod · 0.95

Tested by

no test coverage detected