Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColmapView/Colmapview.github.io
/ getFailedImageCount
Function
getFailedImageCount
src/hooks/asyncImageDecode.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
export
function
getFailedImageCount(): number {
32
return
failedImages.size;
33
}
34
35
export
function
markImageFailed(cacheKey: string): number {
36
failedImages.add(cacheKey);
Callers
1
asyncImageDecode.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected