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

Method contains

src/lib/FileSystemStorage.ts:145–148  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

143 }
144
145 async contains(key: string): Promise<void> {
146 // Resolves if key exists, rejects if not (matches Space convention)
147 await this.sendRequest('monogatari:storage-contains', { key });
148 }
149
150 async open(): Promise<this> {
151 return this;

Callers

nothing calls this directly

Calls 1

sendRequestMethod · 0.95

Tested by

no test coverage detected