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

Method get

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

Source from the content-addressed store, hash-verified

30 */
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>;

Callers 15

MonogatariClass · 0.65
registerComponentMethod · 0.65
setupMethod · 0.65
onLoadMethod · 0.65
applyMethod · 0.65
restoreSceneItemsMethod · 0.65
didApplyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
revertMethod · 0.65
getLoaderTypeMethod · 0.65
getLoaderMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected