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

Function memoryIndexedIOBufferWrapper

src/IECorePython/IndexedIOBinding.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427CharVectorDataPtr memoryIndexedIOBufferWrapper( MemoryIndexedIOPtr io )
428{
429 assert( io );
430 return io->buffer()->copy();
431}
432
433void bindMemoryIndexedIO()
434{

Callers

nothing calls this directly

Calls 2

copyMethod · 0.45
bufferMethod · 0.45

Tested by

no test coverage detected