Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ clone
Method
clone
src/OpenColorIO/ops/log/LogOp.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
OpRcPtr LogOp::clone() const
67
{
68
auto opData = logData()->clone();
69
return std::make_shared<LogOp>(opData);
70
}
71
72
LogOp::~LogOp()
73
{ }
Callers
1
BuildLogOp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected