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

Function createIssueInput

packages/db/tests/query/compiler/subqueries.test.ts:28–29  ·  view source on GitHub ↗
(graph: D2)

Source from the content-addressed store, hash-verified

26// D2-compatible types for input streams
27// Helper function to create D2-compatible inputs
28const createIssueInput = (graph: D2) =>
29 graph.newInput<[number, Record<string, unknown>]>()
30const createUserInput = (graph: D2) =>
31 graph.newInput<[number, Record<string, unknown>]>()
32

Callers 1

subqueries.test.tsFile · 0.85

Calls 1

newInputMethod · 0.80

Tested by

no test coverage detected