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

Function matchPath

src/IECorePython/StringAlgoBinding.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50{
51
52bool matchPath( object path, object patternPath )
53{
54 std::vector<InternedString> p, pp;
55 boost::python::container_utils::extend_container( p, path );
56 boost::python::container_utils::extend_container( pp, patternPath );
57 return StringAlgo::match( p, pp );
58}
59
60list matchPatternPath( const std::string &path, char separator )
61{

Callers

nothing calls this directly

Calls 1

matchFunction · 0.85

Tested by

no test coverage detected