Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getChildCount
Method
getChildCount
src/GuiComponent.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
unsigned int GuiComponent::getChildCount() const
125
{
126
return mChildren.size();
127
}
128
129
GuiComponent* GuiComponent::getChild(unsigned int i) const
130
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected