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

Class

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

Source from the content-addressed store, hash-verified

4719 * This maintains backward compatibility with the old SelectStep + ValuesStep behavior.
4720 */
4721export class ExpressionReturnStep extends Step<ExpressionReturnStepConfig> {
4722 public get name() {
4723 return "ExpressionReturn";
4724 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected