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

Method RegistrarForTagAliases

unittests/catch.hpp:9765–9772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9763namespace Catch {
9764
9765 RegistrarForTagAliases::RegistrarForTagAliases(char const* alias, char const* tag, SourceLineInfo const& lineInfo) {
9766 try {
9767 getMutableRegistryHub().registerTagAlias(alias, tag, lineInfo);
9768 } catch (...) {
9769 // Do not throw when constructing global objects, instead register the exception to be processed later
9770 getMutableRegistryHub().registerStartupException();
9771 }
9772 }
9773
9774}
9775// end catch_tag_alias_autoregistrar.cpp

Callers

nothing calls this directly

Calls 2

registerTagAliasMethod · 0.80

Tested by

no test coverage detected