MCPcopy 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
144OSLDataRcPtr OSLData::Create()
145{
146 OSLDataRcPtr ptr = std::make_shared<OSLData>();
147 AddUnitTest(ptr);
148 return ptr;
149}
150
151int main(int, const char **)
152{

Callers 11

test_MergeColorSpaceMethod · 0.45
test_interfaceMethod · 0.45
test_interfaceMethod · 0.45
test_interfaceMethod · 0.45
test_interfaceMethod · 0.45
test_interfaceMethod · 0.45
test_interfaceMethod · 0.45

Calls 1

AddUnitTestFunction · 0.85

Tested by

no test coverage detected