MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / run

Method run

tests/catch.hpp:10560–10567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10558
10559 template<typename CharT>
10560 int run(int argc, CharT const * const argv[]) {
10561 if (m_startupExceptions)
10562 return 1;
10563 int returnCode = applyCommandLine(argc, argv);
10564 if (returnCode == 0)
10565 returnCode = run();
10566 return returnCode;
10567 }
10568
10569 int run();
10570

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected