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

Method run

external/catch.hpp:13222–13229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13220
13221 template<typename CharT>
13222 int run(int argc, CharT const * const argv[]) {
13223 if (m_startupExceptions)
13224 return 1;
13225 int returnCode = applyCommandLine(argc, argv);
13226 if (returnCode == 0)
13227 returnCode = run();
13228 return returnCode;
13229 }
13230
13231 int run();
13232

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected