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

Function clearAllCaches

src/engine/assets.ts:106–109  ·  view source on GitHub ↗
(engine: VisualNovelEngine)

Source from the content-addressed store, hash-verified

104// ============================================================================
105
106export function clearAllCaches(engine: VisualNovelEngine): void {
107 engine._audioBufferCache.clear();
108 engine._imageCache.clear();
109}
110
111// ============================================================================
112// Service Worker Communication

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected