Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getDescription
Method
getDescription
src/OpenColorIO/NamedTransform.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
const char * NamedTransformImpl::getDescription() const noexcept
120
{
121
return m_description.c_str();
122
}
123
124
void NamedTransformImpl::setDescription(const char * description) noexcept
125
{
Callers
1
NamedTransform.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected