Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
256
export
function
resetCacheRegistration(): void {
257
registered = false;
258
CacheManager.reset();
259
}
Callers
nothing calls this directly
Calls
1
reset
Method · 0.80
Tested by
no test coverage detected