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

Method wildcardsBegin

src/IECore/PathMatcher.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86inline PathMatcher::Node::ConstChildMapIterator PathMatcher::Node::wildcardsBegin() const
87{
88 // The value for name used here will never be inserted in the map,
89 // but it marks the transition from non-wildcarded to wildcarded names.
90 return children.lower_bound( Name( IECore::InternedString(), Name::Boundary ) );
91}
92
93inline PathMatcher::Node *PathMatcher::Node::child( const Name &name )
94{

Callers 1

matchWalkMethod · 0.80

Calls 2

InternedStringFunction · 0.85
NameClass · 0.50

Tested by

no test coverage detected