MCPcopy 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_loopMethod · 0.45
VerifyApplicationMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected