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

Class

packages/graph/src/Steps.ts:4870–4870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4868 * allowing functions like nodes(p), relationships(p), and length(p) to access it.
4869 */
4870export class BindPathStep extends Step<BindPathStepConfig> {
4871 public get name() {
4872 return "BindPath";
4873 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected