Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ clone
Method
clone
src/OpenColorIO/ops/range/RangeOp.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
OpRcPtr RangeOp::clone() const
71
{
72
RangeOpDataRcPtr clonedData = rangeData()->clone();
73
return std::make_shared<RangeOp>(clonedData);
74
}
75
76
RangeOp::~RangeOp()
77
{
Callers
2
CreateRangeOp
Function · 0.45
BuildRangeOp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected