MCPcopy Create free account
hub / github.com/CheMiguel23/MemoryMesh / graphValidator.test.ts

File graphValidator.test.ts

tests/unit/graph/graphValidator.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { GraphValidator } from '../../../src/core/graph/GraphValidator.js';
3import type { Graph } from '../../../src/core/graph/Graph.js';
4import type { Node } from '../../../src/core/graph/Node.js';

Callers

nothing calls this directly

Calls 12

createGraphFunction · 0.85
createNodeFunction · 0.85
validateNodeExistsMethod · 0.80
createEdgeFunction · 0.70

Tested by

no test coverage detected