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

Function copy

src/IECore/IndexedIOAlgo.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289{
290
291void copy( const IndexedIO *src, IndexedIO *dst )
292{
293 ::recursiveCopy( src, dst );
294}
295
296FileStats<size_t> parallelReadAll( const IndexedIO *src )
297{

Callers 10

setPathsMethod · 0.70
operator()Method · 0.70
parseMethod · 0.70
PointDistributionMethod · 0.70
supportedExtensionsMethod · 0.70
makeTypesMethod · 0.50
setPathsFunction · 0.50
dataFunction · 0.50
channelNamesMethod · 0.50

Calls 1

recursiveCopyFunction · 0.85

Tested by

no test coverage detected