| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import type { CameraViewState } from '../store/types'; |
| 3 | import type { ColmapManifest } from '../types/manifest'; |
| 4 | import { decodeShareData, type ShareConfig } from './shareDataCodec'; |
nothing calls this directly
no test coverage detected