MCPcopy 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
436bool
437MonitorDataModel::hasChildren(
438 const QModelIndex& parent
439) const
440{
441 return this->getNode( parent)->size() > 0;
442}
443
444bool
445MonitorDataModel::canFetchMore( const QModelIndex& parent) const

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected