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

Class

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

Source from the content-addressed store, hash-verified

601 * This ensures mutations execute (by consuming the pipeline) but no results are returned.
602 */
603export class DrainStep extends Step<DrainStepConfig> {
604 public get name() {
605 return "Drain";
606 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected