MCPcopy Create free account
hub / github.com/codemix/graph / query

Function query

packages/graph/src/test/date-temporal.test.ts:56–59  ·  view source on GitHub ↗
(q: string)

Source from the content-addressed store, hash-verified

54}
55
56function query(q: string) {
57 const graph = createTestGraph();
58 return executeQuery(graph, q);
59}
60
61describe("DateValue class", () => {
62 test("fromString parses ISO date correctly", () => {

Callers 1

Calls 2

createTestGraphFunction · 0.70
executeQueryFunction · 0.70

Tested by

no test coverage detected