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

Class

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

Source from the content-addressed store, hash-verified

6679 * Creates a new path scope with the projected variables as the new bindings.
6680 */
6681export class WithStep extends Step<WithStepConfig> {
6682 public get name() {
6683 return "With";
6684 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected