Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ clearFailedImages
Function
clearFailedImages
src/hooks/asyncImageDecode.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
export
function
clearFailedImages(): void {
41
failedImages.clear();
42
}
43
44
export
function
shouldLogDecodeFailure(failedImageCount: number): boolean {
45
return
failedImageCount <= 20;
Callers
1
asyncImageDecode.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected