MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / asyncImageCachePrefetch.test.ts

File asyncImageCachePrefetch.test.ts

src/hooks/asyncImageCachePrefetch.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2import { prefetchAsyncImages, type AsyncImagePrefetchItem } from './asyncImageCachePrefetch';
3
4function createPrefetchItem(name: string): AsyncImagePrefetchItem {

Callers

nothing calls this directly

Calls 7

prefetchAsyncImagesFunction · 0.90
createPrefetchItemFunction · 0.85
getProgressCallsFunction · 0.85
nextMacrotaskFunction · 0.85
getMethod · 0.80
resolveMethod · 0.65
resolveFunction · 0.50

Tested by

no test coverage detected