MCPcopy Index your code
hub / github.com/TanStack/db / arbitraryValues

Function arbitraryValues

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

Source from the content-addressed store, hash-verified

60)
61
62const arbitraryValues = (
63 minLength: number,
64 maxLength: number,
65): fc.Arbitrary<Array<unknown>> =>
66 fc.array(arbitraryValue, { minLength, maxLength })
67
68// Helper to check if result is a Func
69function isFunc(expr: unknown): expr is Func {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected