MCPcopy Create free account
hub / github.com/ImageEngine/cortex / child

Method child

src/IECore/PathMatcher.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93inline PathMatcher::Node *PathMatcher::Node::child( const Name &name )
94{
95 ChildMapIterator it = children.find( name );
96 if( it != children.end() )
97 {
98 return it->second.get();
99 }
100 return nullptr;
101}
102
103inline const PathMatcher::Node *PathMatcher::Node::child( const Name &name ) const
104{

Callers 15

readWalkMethod · 0.45
testMissingSceneMethod · 0.45
testStoredSceneMethod · 0.45
testTagsMethod · 0.45
testSetsMethod · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by 15

readWalkMethod · 0.36
testMissingSceneMethod · 0.36
testStoredSceneMethod · 0.36
testTagsMethod · 0.36
testSetsMethod · 0.36
testSetHashesMethod · 0.36