getE2EGenerator function exported ✓ 100.0%

Last updated: 2026-03-01T23:25:47.081Z

Metrics

LOC: 3 Complexity: 2 Params: 1 Coverage: 100.0% (1/1 lines, 13x executed)

Signature

getE2EGenerator(framework: E2EFramework): : E2EGenerator | null

Source Code

export function getE2EGenerator(framework: E2EFramework): E2EGenerator | null {
  return registryMap.get(framework) ?? null;
}

Dependencies (Outgoing)

graph LR getE2EGenerator["getE2EGenerator"] CapturedAction["CapturedAction"] E2EFramework["E2EFramework"] E2EGenerateOptions["E2EGenerateOptions"] E2EGenerator["E2EGenerator"] RecordedStep["RecordedStep"] RecordingGenerateOptions["RecordingGenerateOptions"] getE2EGenerator -->|uses| CapturedAction getE2EGenerator -->|uses| E2EFramework getE2EGenerator -->|uses| E2EGenerateOptions getE2EGenerator -->|uses| E2EGenerator getE2EGenerator -->|uses| RecordedStep getE2EGenerator -->|uses| RecordingGenerateOptions style getE2EGenerator fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getE2EGenerator "4430350759e1bdc8.html" click CapturedAction "1b1d5e067ceacd9c.html" click E2EFramework "b4a4eba33058bb5c.html" click E2EGenerateOptions "8960705b0d97f842.html" click E2EGenerator "9a33665a34bbcc98.html" click RecordedStep "62534895a8071c82.html" click RecordingGenerateOptions "81a322e2cd7ef039.html"
TargetType
CapturedAction uses
E2EFramework uses
E2EGenerateOptions uses
E2EGenerator uses
RecordedStep uses
RecordingGenerateOptions uses
framework dynamic_call

Impact (Incoming)

graph LR getE2EGenerator["getE2EGenerator"] generateE2EScript["generateE2EScript"] generateE2EFromRecording["generateE2EFromRecording"] generateE2EScript -->|calls| getE2EGenerator generateE2EFromRecording -->|calls| getE2EGenerator style getE2EGenerator fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getE2EGenerator "4430350759e1bdc8.html" click generateE2EScript "c9ac85b4b0e60177.html" click generateE2EFromRecording "76951e0e805e216b.html"