MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / unregister

Method unregister

src/cache/CacheManager.ts:105–107  ·  view source on GitHub ↗

* Unregister a cache (useful for testing). * @param name Cache name to unregister

(name: string)

Source from the content-addressed store, hash-verified

103 * @param name Cache name to unregister
104 */
105 unregister(name: string): void {
106 this.entries.delete(name);
107 }
108
109 /**
110 * Clear all registered caches in priority order.

Callers 2

attachFinalizerFunction · 0.80
getFunction · 0.80

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected