nextStepId function
Last updated: 2026-03-05T10:53:28.863Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
nextStepId(): : string
Source Code
function nextStepId(): string {
return `step_${++idCounter}`;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| convertSteps | calls |