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

Function getItem

src/IECorePython/ObjectVectorBinding.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static ObjectPtr getItem( ObjectVector &o, int64_t index )
110{
111 return o.members()[ convertIndex( o, index ) ];
112}
113
114static void setItem( ObjectVector &o, int64_t index, ObjectPtr value )
115{

Callers

nothing calls this directly

Calls 1

convertIndexFunction · 0.85

Tested by

no test coverage detected