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

Function stringToPath

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static list stringToPath( std::string str )
113{
114 SceneInterface::Path p;
115 SceneInterface::stringToPath( str, p );
116 return arrayToList( p );
117}
118
119static list supportedExtensions( IndexedIO::OpenMode modes )
120{

Callers

nothing calls this directly

Calls 1

arrayToListFunction · 0.85

Tested by

no test coverage detected