MCPcopy Create free account
hub / github.com/RenderKit/embree / argv

Method argv

tutorials/common/tutorial/benchmark.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 int argc() { return cl->size(); }
56 char** argv() { return cl->data(); }
57
58private:
59 std::vector<char*>* cl;

Callers 1

mainMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected