MCPcopy Create free account
hub / github.com/MyGUI/mygui / hasChildren

Method hasChildren

UnitTests/UnitTest_TreeControl/GenericNode.h:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208 template<class NODE, class OWNER>
209 inline bool GenericNode<NODE, OWNER>::hasChildren() const
210 {
211 return !mChildren.empty();
212 }
213 template<class NODE, class OWNER>
214 inline const UString& GenericNode<NODE, OWNER>::getText() const
215 {

Callers 1

validateMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected