Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
CharVectorDataPtr memoryIndexedIOBufferWrapper( MemoryIndexedIOPtr io )
428
{
429
assert( io );
430
return io->buffer()->copy();
431
}
432
433
void bindMemoryIndexedIO()
434
{
Callers
nothing calls this directly
Calls
2
copy
Method · 0.45
buffer
Method · 0.45
Tested by
no test coverage detected