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