Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ hasChildren
Method
hasChildren
tools/monitor/MonitorDataModel.cpp:436–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
bool
437
MonitorDataModel::hasChildren(
438
const QModelIndex& parent
439
) const
440
{
441
return this->getNode( parent)->size() > 0;
442
}
443
444
bool
445
MonitorDataModel::canFetchMore( const QModelIndex& parent) const
Callers
nothing calls this directly
Calls
2
getNode
Method · 0.95
size
Method · 0.45
Tested by
no test coverage detected