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

Function createComprehensiveGraph

packages/graph/src/test/testHelpers.ts:284–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 * Note: validateProperties is set to false for backward compatibility with existing tests.
283 */
284export function createComprehensiveGraph(): Graph<ComprehensiveTestSchema> {
285 return new Graph({
286 schema: comprehensiveTestSchema,
287 storage: new InMemoryGraphStorage(),
288 validateProperties: false,
289 });
290}

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected