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

Method run

tutorials/external/catch.hpp:10825–10832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10823
10824 template<typename CharT>
10825 int run(int argc, CharT const * const argv[]) {
10826 if (m_startupExceptions)
10827 return 1;
10828 int returnCode = applyCommandLine(argc, argv);
10829 if (returnCode == 0)
10830 returnCode = run();
10831 return returnCode;
10832 }
10833
10834 int run();
10835

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected