Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ getZipImageCacheStats
Function
getZipImageCacheStats
src/utils/zipImageFiles.ts:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
* Get ZIP image cache statistics.
158
*/
159
export
function
getZipImageCacheStats(): CacheInfo {
160
return
zipImageState.getStats();
161
}
162
163
/**
164
* Get ZIP mask cache statistics.
Callers
3
zipImageFiles.test.ts
File · 0.90
getCacheStats
Method · 0.90
imageFileUtils.test.ts
File · 0.85
Calls
1
getStats
Method · 0.65
Tested by
no test coverage detected