_resetIdCounter function exported

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

Metrics

LOC: 3 Complexity: 1 Params: 0

Signature

_resetIdCounter(): : void

Summary

Reset internal counter (for testing)

Architecture violations

View all

  • [warning] function-camel-case: '_resetIdCounter' does not match naming convention /^[a-z][a-zA-Z0-9]*$/

Source Code

export function _resetIdCounter(): void {
  idCounter = 0;
}

No outgoing dependencies.

Impact (Incoming)

graph LR _resetIdCounter["_resetIdCounter"] convertRecordingToFlow["convertRecordingToFlow"] makeSession["makeSession"] convertRecordingToFlow -->|calls| _resetIdCounter makeSession -->|uses| _resetIdCounter style _resetIdCounter fill:#dbeafe,stroke:#2563eb,stroke-width:2px click _resetIdCounter "66adb029029661b7.html" click convertRecordingToFlow "757a5ffbc62eadcc.html" click makeSession "5a9b47b0cc679d94.html"
SourceType
convertRecordingToFlow calls
makeSession uses