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

File useFrustumTexture.test.ts

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

Source from the content-addressed store, hash-verified

1import { act, cleanup, renderHook, waitFor } from '@testing-library/react';
2import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
3import * as THREE from 'three';
4import { buildImageBitmap } from '../test/builders';

Callers

nothing calls this directly

Calls 13

clearFrustumTextureCacheFunction · 0.90
useFrustumTextureFunction · 0.90
useSelectedImageTextureFunction · 0.90
installCanvasContextFunction · 0.85
installCanvasToBlobFunction · 0.85
installObjectUrlsFunction · 0.85
createBitmapDeferredFunction · 0.85
cleanupFunction · 0.70
createBitmapStubFunction · 0.70
createFileFunction · 0.70

Tested by

no test coverage detected