nextStepId function

Last updated: 2026-03-05T10:53:28.863Z

Metrics

LOC: 3 Complexity: 1 Params: 0

Signature

nextStepId(): : string

Source Code

function nextStepId(): string {
  return `step_${++idCounter}`;
}

No outgoing dependencies.

Impact (Incoming)

graph LR nextStepId["nextStepId"] convertSteps["convertSteps"] convertSteps -->|calls| nextStepId style nextStepId fill:#dbeafe,stroke:#2563eb,stroke-width:2px click nextStepId "60b2ffaea2f7c890.html" click convertSteps "9420198414a645f6.html"
SourceType
convertSteps calls