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

Function createTestGraph

packages/graph/src/test/date-temporal.test.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43} as const satisfies GraphSchema;
44
45function createTestGraph() {
46 return new Graph({ schema, storage: new InMemoryGraphStorage() });
47}
48
49function executeQuery(graph: Graph<GraphSchema>, queryString: string): unknown[] {
50 const ast = parse(queryString) as Query | UnionQuery | MultiStatement;

Callers 1

queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected