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

Class

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

Source from the content-addressed store, hash-verified

3855export interface DedupStepConfig extends StepConfig {}
3856
3857export class DedupStep extends Step<DedupStepConfig> {
3858 public get name() {
3859 return "Dedup";
3860 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected