FIELD_DICTIONARY method test

Last updated: 2026-03-03T14:14:21.851Z

Metrics

LOC: 3 Complexity: 2 Params: 0

Signature

FIELD_DICTIONARY()

Architecture violations

View all

  • [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)

graph LR FIELD_DICTIONARY["FIELD_DICTIONARY"] augmentTrainingSamples["augmentTrainingSamples"] buildKeywordsFromDictionary["buildKeywordsFromDictionary"] getBalancingNeeds["getBalancingNeeds"] getUncoveredDictionaryTypes["getUncoveredDictionaryTypes"] getTrainingDistribution["getTrainingDistribution"] FIELD_DICTIONARY -->|uses| augmentTrainingSamples FIELD_DICTIONARY -->|uses| buildKeywordsFromDictionary FIELD_DICTIONARY -->|uses| getBalancingNeeds FIELD_DICTIONARY -->|uses| getUncoveredDictionaryTypes FIELD_DICTIONARY -->|uses| FIELD_DICTIONARY FIELD_DICTIONARY -->|calls| getTrainingDistribution style FIELD_DICTIONARY fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FIELD_DICTIONARY "9c3a352ea31b8001.html" click augmentTrainingSamples "40bb393b12ff4d6e.html" click buildKeywordsFromDictionary "dfb7d9bfef2aba38.html" click getBalancingNeeds "260c9ebb87465dd1.html" click getUncoveredDictionaryTypes "ac720f861f543315.html" click getTrainingDistribution "a91cb4e44bdcf500.html"

Impact (Incoming)

graph LR FIELD_DICTIONARY["FIELD_DICTIONARY"] buildKeywordsFromDictionary["buildKeywordsFromDictionary"] buildKeywordsFromDictionary -->|uses| FIELD_DICTIONARY FIELD_DICTIONARY -->|uses| FIELD_DICTIONARY style FIELD_DICTIONARY fill:#dbeafe,stroke:#2563eb,stroke-width:2px click FIELD_DICTIONARY "9c3a352ea31b8001.html" click buildKeywordsFromDictionary "dfb7d9bfef2aba38.html"