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

Method setupStorage

src/monogatari.ts:1779–1781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1777 }
1778
1779 static setupStorage (): void {
1780 return _setupStorage(this.asEngine());
1781 }
1782
1783 static registerListener (name: string, listener: { keys?: string | string[]; callback: (this: VisualNovelEngine, event: Event, element: DOM) => unknown }, replace = false): void {
1784 return _registerListener (this.asEngine (), name, listener, replace);

Callers 2

preferencesMethod · 0.95
initMethod · 0.95

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected