MCPcopy 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
40export function clearFailedImages(): void {
41 failedImages.clear();
42}
43
44export function shouldLogDecodeFailure(failedImageCount: number): boolean {
45 return failedImageCount <= 20;

Callers 1

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected