Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ Create
Method
Create
tests/osl/UnitTestMain.cpp:144–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
144
OSLDataRcPtr OSLData::Create()
145
{
146
OSLDataRcPtr ptr = std::make_shared<OSLData>();
147
AddUnitTest(ptr);
148
return ptr;
149
}
150
151
int main(int, const char **)
152
{
Callers
11
test_ConfigMergingParameters_defaults
Method · 0.45
test_ConfigMergingParameters_setters
Method · 0.45
test_ConfigMerger_defaults
Method · 0.45
test_ConfigMerger_setters
Method · 0.45
test_MergeColorSpace
Method · 0.45
test_interface
Method · 0.45
test_interface
Method · 0.45
test_interface
Method · 0.45
test_interface
Method · 0.45
test_interface
Method · 0.45
test_interface
Method · 0.45
Calls
1
AddUnitTest
Function · 0.85
Tested by
no test coverage detected