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

Method update

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

Source from the content-addressed store, hash-verified

32 get(key: string): Promise<unknown>;
33 set(key: string, value: unknown): Promise<unknown>;
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[]>;

Callers 2

preferenceMethod · 0.65
preferencesMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected