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

Function query

packages/graph/src/test/return-only.test.ts:55–58  ·  view source on GitHub ↗
(q: string)

Source from the content-addressed store, hash-verified

53
54describe("RETURN-only queries", () => {
55 function query(q: string) {
56 const graph = createTestGraph();
57 return executeQuery(graph, q);
58 }
59
60 describe("arithmetic expressions", () => {
61 it("should evaluate RETURN 1", () => {

Callers 3

queryMethod · 0.50
queryMethod · 0.50

Calls 2

createTestGraphFunction · 0.70
executeQueryFunction · 0.70

Tested by

no test coverage detected