MCPcopy 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
124unsigned int GuiComponent::getChildCount() const
125{
126 return mChildren.size();
127}
128
129GuiComponent* GuiComponent::getChild(unsigned int i) const
130{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected