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

Function createGraph

packages/graph/src/test/caseExpression.test.ts:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35};
36
37function createGraph(): Graph<any> {
38 return new Graph({
39 schema: schema as any,
40 storage: new InMemoryGraphStorage(),
41 });
42}
43
44describe("CASE expression support", () => {
45 describe("grammar parsing", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected