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

Method reset

src/cache/CacheManager.ts:329–332  ·  view source on GitHub ↗

* Reset the manager (for testing).

()

Source from the content-addressed store, hash-verified

327 * Reset the manager (for testing).
328 */
329 reset(): void {
330 this.entries.clear();
331 this.isClearing = false;
332 }
333}
334
335/** Singleton instance of the cache manager */

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected