Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ add
Method
add
tutorials/verify/verify.h:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
public:
105
void add(Ref<Test> test) {
106
tests.push_back(test);
107
}
108
109
std::string extend_prefix(std::string prefix) const {
110
return (name !=
""
) ? prefix + name +
"."
: prefix;
Callers
2
benchmark_loop
Method · 0.45
VerifyApplication
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected