Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
819
Node* Node::hasChild( const std::string& id ) const {
820
return hasChildHash( String::hash( id ) );
821
}
822
823
Node* Node::findByType( const Uint32& type ) const {
824
if ( !isClosing() && isType( type ) ) {
Callers
3
maximizeTabWidget
Method · 0.80
onTabCreated
Method · 0.80
create
Method · 0.80
Calls
1
hash
Function · 0.85
Tested by
1
create
Method · 0.64