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

Class

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

Source from the content-addressed store, hash-verified

770 * For each input path, fetches all matching vertices and combines them.
771 */
772export class CartesianFetchStep extends Step<CartesianFetchStepConfig> {
773 public get name() {
774 return "CartesianFetch";
775 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected