Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ copyFrom
Method
copyFrom
src/IECore/Data.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void Data::copyFrom( const Object *other, CopyContext *context )
48
{
49
Object::copyFrom( other, context );
50
}
51
52
bool Data::isEqualTo( const Object *other ) const
53
{
Callers
3
setClass
Method · 0.45
testCopyFrom
Method · 0.45
testCopyFrom
Method · 0.45
Calls
no outgoing calls
Tested by
1
testCopyFrom
Method · 0.36