run method ✓ 100.0%

Last updated: 2026-03-01T23:35:47.796Z

Metrics

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

Signature

run(): : FormField[]

Summary

Run all detectors in order and return the concatenated list of fields.

Source Code

  run(): FormField[] {
    return this.detectors.flatMap((d) => d.detect());
  }

No outgoing dependencies.

No incoming dependencies.