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

Method clear

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

Source from the content-addressed store, hash-verified

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[]>;
41 contains(key: string): Promise<void>;

Callers 9

unloadCharacterMethod · 0.65
unloadCategoryAssetsMethod · 0.65
audioBufferClearCacheFunction · 0.65
imageClearCacheFunction · 0.65
clearAllCachesFunction · 0.65
input.spec.jsFile · 0.65
commands.jsFile · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected