generateFlowId function
Last updated: 2026-03-05T10:53:28.863Z
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
generateFlowId(): : string
Source Code
function generateFlowId(): string {
return `flow_${Date.now()}_${Math.random().toString(36).slice(2, 8)}`;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| convertRecordingToFlow | calls |