Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
private:
Callers
3
onParseFinished
Method · 0.45
onParseFailed
Method · 0.45
buildDisplayTab
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected