MCPcopy 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
31export function getFailedImageCount(): number {
32 return failedImages.size;
33}
34
35export function markImageFailed(cacheKey: string): number {
36 failedImages.add(cacheKey);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected