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

Method name

packages/graph/src/Steps.ts:2639–2641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2637
2638export class SumStep extends Step<AggregateStepConfig> {
2639 public get name() {
2640 return "Sum";
2641 }
2642
2643 public *traverse(
2644 _source: GraphSource<any>,

Callers 1

stringTokensToLinesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected