MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / resetCacheRegistration

Function resetCacheRegistration

src/cache/registerCaches.ts:256–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254 * Reset registration state (for testing).
255 */
256export function resetCacheRegistration(): void {
257 registered = false;
258 CacheManager.reset();
259}

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected