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

Method hasChild

src/eepp/scene/node.cpp:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819Node* Node::hasChild( const std::string& id ) const {
820 return hasChildHash( String::hash( id ) );
821}
822
823Node* Node::findByType( const Uint32& type ) const {
824 if ( !isClosing() && isType( type ) ) {

Callers 3

maximizeTabWidgetMethod · 0.80
onTabCreatedMethod · 0.80
createMethod · 0.80

Calls 1

hashFunction · 0.85

Tested by 1

createMethod · 0.64