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

Method open

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

Source from the content-addressed store, hash-verified

40 keys(full?: boolean): Promise<string[]>;
41 contains(key: string): Promise<void>;
42 open(): Promise<unknown>;
43 configuration(object?: Record<string, unknown> | null): Record<string, unknown> | undefined;
44 rename(name: string): Promise<void>;
45 upgrade(oldVersion: string, newVersion: string, callback: (...args: unknown[]) => Promise<void>): Promise<unknown>;

Callers 15

audioBufferSpaceFunction · 0.65
screenshotSpaceFunction · 0.65
clear.spec.jsFile · 0.65
stop.spec.jsFile · 0.65
preload.spec.jsFile · 0.65
play.spec.jsFile · 0.65
functions.spec.jsFile · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected