FIELD_DICTIONARY method test
Last updated: 2026-03-03T14:14:21.851Z
Metrics
LOC: 3
Complexity: 2
Params: 0
Signature
FIELD_DICTIONARY()
Architecture violations
- [warning] method-camel-case: 'FIELD_DICTIONARY' does not match naming convention /^[a-z][a-zA-Z0-9]*$/
Source Code
get FIELD_DICTIONARY() {
return mocks.fieldDictionary ?? actual.FIELD_DICTIONARY;
},
Dependencies (Outgoing)
| Target | Type |
|---|---|
| augmentTrainingSamples | uses |
| buildKeywordsFromDictionary | uses |
| getBalancingNeeds | uses |
| getUncoveredDictionaryTypes | uses |
| FIELD_DICTIONARY | uses |
| getTrainingDistribution | calls |
Impact (Incoming)
| Source | Type |
|---|---|
| buildKeywordsFromDictionary | uses |
| FIELD_DICTIONARY | uses |