MCPcopy Create free account
hub / github.com/codemix/graph / callProcedure.test.ts

File callProcedure.test.ts

packages/graph/src/test/callProcedure.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach } from "vitest";
2import { parse } from "../grammar.js";
3import { astToSteps } from "../astToSteps.js";
4import { createTraverser, CallStep } from "../Steps.js";

Callers

nothing calls this directly

Calls 12

astToStepsFunction · 0.85
isBuiltinProcedureFunction · 0.85
createTraverserFunction · 0.85
procedureNamesMethod · 0.80
getMethod · 0.65
addVertexMethod · 0.65
addEdgeMethod · 0.65
hasMethod · 0.45
mapMethod · 0.45
invokeMethod · 0.45
traverseMethod · 0.45
registerMethod · 0.45

Tested by

no test coverage detected