| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { fc, test as fcTest } from '@fast-check/vitest' |
| 3 | import { buildCursor } from '../src/utils/cursor' |
| 4 | import { Func, PropRef, Value } from '../src/query/ir' |
nothing calls this directly
no test coverage detected