Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ clearAllCaches
Function
clearAllCaches
src/cache/index.ts:65–67 ·
view source on GitHub ↗
(options?: ClearAllOptions)
Source
from the content-addressed store, hash-verified
63
* clearAllCaches({ preserveZip: true });
64
*/
65
export
function
clearAllCaches(options?: ClearAllOptions): void {
66
CacheManager.clearAll(options ?? {});
67
}
Callers
4
useUrlLoader
Function · 0.90
clearReconstruction
Function · 0.85
setNewReconstruction
Function · 0.85
resetSession
Function · 0.85
Calls
1
clearAll
Method · 0.80
Tested by
no test coverage detected