MCPcopy Index your code
hub / github.com/codemix/graph / createGraph

Function createGraph

packages/graph/src/test/stringConcatenation.test.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37} as const satisfies GraphSchema;
38
39function createGraph() {
40 return new Graph({ schema, storage: new InMemoryGraphStorage() });
41}
42
43/**
44 * Tests for string concatenation support with the + operator.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected