MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / getThumbnailCacheStats

Function getThumbnailCacheStats

src/hooks/useThumbnail.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 * Get thumbnail cache statistics.
76 */
77export function getThumbnailCacheStats(): { count: number; loading: number; pending: number } {
78 return thumbnailCache.getStats();
79}
80
81/**
82 * Prefetch thumbnails for a list of images.

Callers 1

registerAllCachesFunction · 0.90

Calls 1

getStatsMethod · 0.65

Tested by

no test coverage detected