Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
bool UITableView::isType( const Uint32& type ) const {
27
return UITableView::getType() == type ? true : UIAbstractTableView::isType( type );
28
}
29
30
void UITableView::drawChildren() {
31
int realRowIndex = 0;
Callers
1
getMaxColumnContentWidth
Method · 0.45
Calls
2
isType
Function · 0.85
getType
Function · 0.50
Tested by
no test coverage detected