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

Method set

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

Source from the content-addressed store, hash-verified

31export interface StorageInterface {
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>>;

Callers 15

MonogatariClass · 0.65
preloadMethod · 0.65
setupMethod · 0.65
initMethod · 0.65
registerLoaderMethod · 0.65
registerCategoryMethod · 0.65
registerAliasMethod · 0.65
preloadAssetMethod · 0.65
initMethod · 0.65
registerMethod · 0.65
sendRequestMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected