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

Function createFlexibleGraph

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

Source from the content-addressed store, hash-verified

196 * Note: validateProperties is set to false for backward compatibility with existing tests.
197 */
198export function createFlexibleGraph(): Graph<FlexibleTestSchema> {
199 return new Graph({
200 schema: flexibleTestSchema,
201 storage: new InMemoryGraphStorage(),
202 validateProperties: false,
203 });
204}
205
206/**
207 * Comprehensive schema for testing all new query features including

Calls

no outgoing calls

Tested by

no test coverage detected