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

Class

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

Source from the content-addressed store, hash-verified

4327export interface IntersectStepConfig extends StepConfig {}
4328
4329export class IntersectStep<const TSteps extends readonly Step<any>[]> extends ContainerStep<
4330 TSteps,
4331 IntersectStepConfig
4332> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected