Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ getRegressionTest
Function
getRegressionTest
common/sys/regression.cpp:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
RegressionTest* getRegressionTest(size_t index)
24
{
25
if (index >= get_regression_tests().size())
26
return nullptr;
27
28
return get_regression_tests()[index];
29
}
30
}
Callers
1
getProperty
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected