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

Method getAll

src/lib/types/Monogatari.ts:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 update(key: string, value: unknown): Promise<unknown>;
35 remove(key: string): Promise<void>;
36 getAll(): Promise<Record<string, unknown>>;
37 each(callback: (key: string, value: unknown) => unknown): Promise<unknown[]>;
38 clear(): Promise<void>;
39 key(index: number, full?: boolean): Promise<string>;

Callers 1

setupStorageFunction · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected