MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / entityCount

Method entityCount

src/core/CtyDatParser.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 const DxccEntity* entityByPrefix(const QString& primaryPrefix) const;
35
36 int entityCount() const { return m_entityByPrefix.size(); }
37 bool isLoaded() const { return !m_entityByPrefix.isEmpty(); }
38
39private:

Callers 3

onParseFinishedMethod · 0.45
onParseFailedMethod · 0.45
buildDisplayTabMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected