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

Method each

src/lib/types/Monogatari.ts:37–37  ·  view source on GitHub ↗
(callback: (key: string, value: unknown) => unknown)

Source from the content-addressed store, hash-verified

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>;
40 keys(full?: boolean): Promise<string[]>;

Callers 15

setupMethod · 0.65
applyMethod · 0.65
displayDialogMethod · 0.65
applyMethod · 0.65
shouldProceedMethod · 0.65
resetMethod · 0.65
shouldProceedMethod · 0.65
bindMethod · 0.65
resetMethod · 0.65
bindMethod · 0.65
onPropsUpdateMethod · 0.65
resizeMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected