Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
void copy( const IndexedIO *src, IndexedIO *dst )
292
{
293
::recursiveCopy( src, dst );
294
}
295
296
FileStats<size_t> parallelReadAll( const IndexedIO *src )
297
{
Callers
10
setPaths
Method · 0.70
operator()
Method · 0.70
parse
Method · 0.70
PointDistribution
Method · 0.70
supportedExtensions
Method · 0.70
makeTypes
Method · 0.50
setPaths
Function · 0.50
data
Function · 0.50
channelNames
Method · 0.50
found_unknown_directive
Method · 0.50
Calls
1
recursiveCopy
Function · 0.85
Tested by
no test coverage detected