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

Method entry

src/IECorePython/IndexedIOBinding.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 static IndexedIO::Entry entry(IndexedIOPtr p, const IndexedIO::EntryID &name)
124 {
125 assert(p);
126
127 return p->entry(name);
128 }
129
130 static IndexedIOPtr directory(IndexedIOPtr p, list l, IndexedIO::MissingBehaviour missingBehaviour )
131 {

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected