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

Method createAtRoot

src/IECorePython/IndexedIOBinding.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 static IndexedIOPtr createAtRoot( const std::string &path, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options )
111 {
112 return IndexedIO::create( path, IndexedIO::rootPath, mode, options.get() );
113 }
114
115 static IndexedIOPtr create( const std::string &path, list root, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options )
116 {

Callers

nothing calls this directly

Calls 2

createFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected