with method ✓ 100.0%
Last updated: 2026-03-01T23:35:47.796Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Coverage: 100.0% (1/1 lines, 2x executed)
Signature
with(detector: PageDetector): : FieldCollectionPipeline
Summary
Returns a new pipeline with the given detector appended.
Source Code
with(detector: PageDetector): FieldCollectionPipeline {
return new FieldCollectionPipeline([...this.detectors, detector]);
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| DetectionPipeline | instantiates |
| FieldCollectionPipeline | instantiates |
No incoming dependencies.