MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / RegistrarForTagAliases

Method RegistrarForTagAliases

extlibs/catch/include/catch/catch.hpp:13380–13383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13378namespace Catch {
13379
13380 RegistrarForTagAliases::RegistrarForTagAliases(char const* alias, char const* tag, SourceLineInfo const& lineInfo) {
13381 CATCH_TRY {
13382 getMutableRegistryHub().registerTagAlias(alias, tag, lineInfo);
13383 } CATCH_CATCH_ALL {
13384 // Do not throw when constructing global objects, instead register the exception to be processed later
13385 getMutableRegistryHub().registerStartupException();
13386 }

Callers

nothing calls this directly

Calls 1

registerTagAliasMethod · 0.80

Tested by

no test coverage detected