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

Class

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

Source from the content-addressed store, hash-verified

4090 * Each branch is an array of steps representing one complete query.
4091 */
4092export class QueryUnionStep extends Step<QueryUnionStepConfig> {
4093 #branches: readonly Step<any>[][];
4094 #traversers: Traverser[] | undefined;
4095

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected