getActiveClassifiers function exported ✓ 100.0%

Last updated: 2026-03-04T23:21:38.391Z

Metrics

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

Signature

getActiveClassifiers(): : ReadonlyArray<FieldClassifier>

Summary

Returns the currently active classifier list. Defaults to ALL_CLASSIFIERS unless overridden via setActiveClassifiers().

Source Code

export function getActiveClassifiers(): ReadonlyArray<FieldClassifier> {
  return _activeClassifiers;
}

Dependencies (Outgoing)

graph LR getActiveClassifiers["getActiveClassifiers"] FormField["FormField"] FieldProcessingChain["FieldProcessingChain"] isVisible["isVisible"] isNotCustomSelect["isNotCustomSelect"] buildNativeField["buildNativeField"] NativeElement["NativeElement"] DetectionPipeline["DetectionPipeline"] FieldCollectionPipeline["FieldCollectionPipeline"] FieldClassifier["FieldClassifier"] PageDetector["PageDetector"] buildClassificationChain["buildClassificationChain"] collectNativeFields["collectNativeFields"] getActiveClassifiers -->|uses| FormField getActiveClassifiers -->|uses| FieldProcessingChain getActiveClassifiers -->|uses| isVisible getActiveClassifiers -->|uses| isNotCustomSelect getActiveClassifiers -->|uses| buildNativeField getActiveClassifiers -->|uses| NativeElement getActiveClassifiers -->|uses| DetectionPipeline getActiveClassifiers -->|uses| FieldCollectionPipeline getActiveClassifiers -->|uses| FieldClassifier getActiveClassifiers -->|uses| PageDetector getActiveClassifiers -->|calls| buildClassificationChain getActiveClassifiers -->|calls| collectNativeFields style getActiveClassifiers fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getActiveClassifiers "94c3286cfdb569c3.html" click FormField "85cdbded927c91b0.html" click FieldProcessingChain "100ca2148a515e25.html" click isVisible "2564ad14dba9855a.html" click isNotCustomSelect "8070a21e1a016a57.html" click buildNativeField "bf1d4cd60e746e6b.html" click NativeElement "8fb34e112c670c35.html" click DetectionPipeline "c51ffbb1759babe9.html" click FieldCollectionPipeline "9f83a3f75784d358.html" click FieldClassifier "a9d6eb547441b869.html" click PageDetector "3fd019ed6ce3398e.html" click buildClassificationChain "66b48c3d68622e6a.html" click collectNativeFields "ce8fa7f6620f4bb2.html"

Impact (Incoming)

graph LR getActiveClassifiers["getActiveClassifiers"] buildClassificationChain["buildClassificationChain"] detect["detect"] classifyCustomFieldsAsync["classifyCustomFieldsAsync"] classifierNames["classifierNames"] buildClassificationChain -->|calls| getActiveClassifiers detect -->|calls| getActiveClassifiers classifyCustomFieldsAsync -->|calls| getActiveClassifiers classifierNames -->|uses| getActiveClassifiers style getActiveClassifiers fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getActiveClassifiers "94c3286cfdb569c3.html" click buildClassificationChain "66b48c3d68622e6a.html" click detect "327f71678956ca9e.html" click classifyCustomFieldsAsync "d6918a7c3b58c267.html" click classifierNames "a00f1b67db4c0c6d.html"