MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / useLazyImagePoints2D.test.ts

File useLazyImagePoints2D.test.ts

src/components/modals/useLazyImagePoints2D.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { renderHook, waitFor } from '@testing-library/react';
2import { describe, expect, it, vi } from 'vitest';
3import { buildImage, buildPoint2D, buildReconstruction } from '../../test/builders';
4import type { ImageId, Point2D } from '../../types/colmap';

Callers

nothing calls this directly

Calls 5

buildPoint2DFunction · 0.90
useLazyImagePoints2DFunction · 0.90
getMethod · 0.80
createWasmFunction · 0.70
createOptionsFunction · 0.70

Tested by

no test coverage detected