_resetIdCounter function exported
Last updated: 2026-03-05T10:53:28.863Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
_resetIdCounter(): : void
Summary
Reset internal counter (for testing)
Architecture violations
- [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)
| Source | Type |
|---|---|
| convertRecordingToFlow | calls |
| makeSession | uses |