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

Method remove

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

Source from the content-addressed store, hash-verified

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[]>;
38 clear(): Promise<void>;

Callers 15

MonogatariClass · 0.65
setupMethod · 0.65
applyMethod · 0.65
willRevertMethod · 0.65
applyMethod · 0.65
bindMethod · 0.65
revertMethod · 0.65
applyMethod · 0.65
willProceedMethod · 0.65
willRollbackMethod · 0.65
resetMethod · 0.65
_handleCustomClassesMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected