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

Function match

src/IECore/StringAlgo.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314{
315
316bool match( const std::vector<InternedString> &path, const MatchPatternPath &patternPath )
317{
318 return matchInternal( path.begin(), path.end(), patternPath.begin(), patternPath.end() );
319}
320
321MatchPatternPath matchPatternPath( const std::string &patternPath, char separator )
322{

Callers 4

matchPathFunction · 0.85
matchInternalFunction · 0.85
matchMethod · 0.85
matchWalkMethod · 0.85

Calls 3

matchInternalFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected