MCPcopy Create free account
hub / github.com/TanStack/db / arbitraryOrderBy

Function arbitraryOrderBy

packages/db/tests/cursor.property.test.ts:48–52  ·  view source on GitHub ↗
(
  minLength: number,
  maxLength: number,
)

Source from the content-addressed store, hash-verified

46 )
47
48const arbitraryOrderBy = (
49 minLength: number,
50 maxLength: number,
51): fc.Arbitrary<OrderBy> =>
52 fc.array(arbitraryOrderByClause, { minLength, maxLength })
53
54const arbitraryValue = fc.oneof(
55 fc.string(),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected