Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ catch
Function
catch
tests/catch.hpp:10869–10872 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10867
}
10868
#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
10869
catch( std::exception& ex ) {
10870
Catch::cerr() << ex.what() << std::endl;
10871
return MaxExitCode;
10872
}
10873
#endif
10874
}
10875
Callers
nothing calls this directly
Calls
1
what
Method · 0.80
Tested by
no test coverage detected