buildClassificationChain function presentation ✓ 100.0%
Last updated: 2026-03-04T23:21:38.391Z
Metrics
LOC: 3
Complexity: 1
Params: 0
Coverage: 100.0% (1/1 lines, 4x executed)
Signature
buildClassificationChain(): : FieldProcessingChain
Summary
Builds a classification chain with the current active classifiers. getActiveClassifiers() is called at build time so each scan starts fresh with the current classifier list.
Source Code
function buildClassificationChain(): FieldProcessingChain {
return new FieldProcessingChain().classify(...getActiveClassifiers());
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FieldProcessingChain | instantiates |
| getActiveClassifiers | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| detectNativeFieldsAsync | calls |
| reclassifyFieldBySelector | calls |
| getActiveClassifiers | calls |