addManualStep function exported
Last updated: 2026-03-05T11:49:57.418Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
addManualStep(step: RecordedStep): : void
Summary
Manually adds a step to the recording (e.g., from extension auto-fill).
Source Code
export function addManualStep(step: RecordedStep): void {
addStep(step);
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| addStep | calls |
No incoming dependencies.