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

Function createGraph

packages/graph/src/test/isLabeled.test.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61let g: Graph<typeof schema>;
62
63function createGraph() {
64 return new Graph({ schema, storage: new InMemoryGraphStorage() });
65}
66
67let alice: ReturnType<typeof g.addVertex>;
68let bob: ReturnType<typeof g.addVertex>;

Callers 1

isLabeled.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected