Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getDescription
Method
getDescription
src/OpenColorIO/ColorSpace.cpp:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
const char * ColorSpace::getDescription() const noexcept
225
{
226
return getImpl()->m_description.c_str();
227
}
228
229
void ColorSpace::setDescription(const char * description)
230
{
Callers
5
test_constructor_with_keyword
Method · 0.95
test_constructor_without_keyword
Method · 0.95
test_constructor_without_parameter
Method · 0.95
test_interface
Method · 0.95
ColorSpace.cpp
File · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
4
test_constructor_with_keyword
Method · 0.76
test_constructor_without_keyword
Method · 0.76
test_constructor_without_parameter
Method · 0.76
test_interface
Method · 0.76