Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ clearUrlImageCache
Function
clearUrlImageCache
src/utils/urlImageFiles.ts:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
* Call this when loading a
new
reconstruction.
31
*/
32
export
function
clearUrlImageCache(): void {
33
urlImageState.clear();
34
clearUrlMaskCache();
35
}
36
37
/**
38
* Clear the URL mask cache.
Callers
2
urlImageFiles.test.ts
File · 0.90
imageFileUtils.test.ts
File · 0.85
Calls
2
clearUrlMaskCache
Function · 0.85
clear
Method · 0.65
Tested by
no test coverage detected