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

Class

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

Source from the content-addressed store, hash-verified

4245 * ```
4246 */
4247export class MultiQueryStep extends Step<MultiQueryStepConfig> {
4248 #statements: readonly Step<any>[][];
4249 #traversers: Traverser[] | undefined;
4250

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected