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

File useUrlLoader.test.ts

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

Source from the content-addressed store, hash-verified

1import { act, cleanup, renderHook } from '@testing-library/react';
2import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
3import { useReconstructionStore } from '../store';
4import type { LoadedFiles } from '../types/colmap';

Callers

nothing calls this directly

Calls 4

useUrlLoaderFunction · 0.90
createSplatLoadedFilesFunction · 0.85
getMethod · 0.80
cleanupFunction · 0.70

Tested by

no test coverage detected