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

Method handleValue

src/IECore/IndexedIOAlgo.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69{
70 public:
71 void handleValue( const IndexedIO *src, IndexedIO *dst, const IndexedIO::Entry &entry, Callback &callback )
72 {
73 T value;
74 src->read( entry.id(), value );
75
76 callback( sizeof( T ) );
77 }
78
79 void handleArray( const IndexedIO *src, IndexedIO *dst, const IndexedIO::Entry &entry, Callback &callback )
80 {

Callers

nothing calls this directly

Calls 2

idMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected