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

Method configuration

src/lib/types/Monogatari.ts:43–43  ·  view source on GitHub ↗
(object?: Record<string, unknown> | null)

Source from the content-addressed store, hash-verified

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>;
46 onCreate(callback: (key: string, value: unknown) => void): void;

Callers 9

preferencesMethod · 0.65
initMethod · 0.65
initMethod · 0.65
willMountMethod · 0.65
addButtonMethod · 0.65
addButtonAfterMethod · 0.65
addButtonBeforeMethod · 0.65
removeButtonMethod · 0.65
buttonsMethod · 0.65

Implementers 1

FileSystemStoragesrc/lib/FileSystemStorage.ts

Calls

no outgoing calls

Tested by

no test coverage detected