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

Function createMockPath

packages/graph/src/test/range-reverse.test.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58// Create a mock TraversalPath for direct function testing
59function createMockPath(): TraversalPath<any, any, any> {
60 return new TraversalPath(undefined, null, []);
61}
62
63describe("range() function", () => {
64 describe("direct function invocation", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected