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

Function createUserPostGraph

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

Source from the content-addressed store, hash-verified

137 * Note: validateProperties is set to false for backward compatibility with existing tests.
138 */
139export function createUserPostGraph(): Graph<CreateTestSchema> {
140 return new Graph({
141 schema: createTestSchema,
142 storage: new InMemoryGraphStorage(),
143 validateProperties: false,
144 });
145}
146
147/**
148 * Flexible schema for testing write operations with arbitrary properties.

Callers 1

create.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected