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

Method clearAudioBufferPersistent

src/monogatari.ts:1165–1167  ·  view source on GitHub ↗

* Clear all AudioBuffers from persistent storage (IndexedDB)

()

Source from the content-addressed store, hash-verified

1163 * Clear all AudioBuffers from persistent storage (IndexedDB)
1164 */
1165 static async clearAudioBufferPersistent(): Promise<void> {
1166 return _clearAudioBufferPersistent(this.asEngine());
1167 }
1168
1169 static characters (object: Record<string, Character> | null = null): Record<string, Character> {
1170 return _characters (this.asEngine (), object);

Callers 2

unloadPersistentMethod · 0.80
applyMethod · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected