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

Method RegistrarForTagAliases

tests/catch.hpp:11301–11304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11299namespace Catch {
11300
11301 RegistrarForTagAliases::RegistrarForTagAliases(char const* alias, char const* tag, SourceLineInfo const& lineInfo) {
11302 CATCH_TRY {
11303 getMutableRegistryHub().registerTagAlias(alias, tag, lineInfo);
11304 } CATCH_CATCH_ALL {
11305 // Do not throw when constructing global objects, instead register the exception to be processed later
11306 getMutableRegistryHub().registerStartupException();
11307 }

Callers

nothing calls this directly

Calls 1

registerTagAliasMethod · 0.80

Tested by

no test coverage detected