Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemix/graph
/
Class
packages/graph/src/Steps.ts:2600–2600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2598
export
interface
CountStepConfig extends StepConfig {}
2599
2600
export
class
CountStep extends Step<CountStepConfig> {
2601
public get name() {
2602
return
"Count"
;
2603
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected