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

Method create

src/IECorePython/IndexedIOBinding.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 static IndexedIOPtr create( const std::string &path, list root, IndexedIO::OpenMode mode, IECore::CompoundDataPtr options )
116 {
117 IndexedIO::EntryIDList rootPath;
118 IndexedIOHelper::listToEntryIds( root, rootPath );
119
120 return IndexedIO::create( path, rootPath, mode, options.get() );
121 }
122
123 static IndexedIO::Entry entry(IndexedIOPtr p, const IndexedIO::EntryID &name)
124 {

Callers

nothing calls this directly

Calls 2

createFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected