MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isType

Method isType

src/eepp/ui/uitableview.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26bool UITableView::isType( const Uint32& type ) const {
27 return UITableView::getType() == type ? true : UIAbstractTableView::isType( type );
28}
29
30void UITableView::drawChildren() {
31 int realRowIndex = 0;

Callers 1

Calls 2

isTypeFunction · 0.85
getTypeFunction · 0.50

Tested by

no test coverage detected