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