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

Method registerTagAlias

unittests/catch.hpp:8411–8413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8409 m_exceptionTranslatorRegistry.registerTranslator( translator );
8410 }
8411 void registerTagAlias( std::string const& alias, std::string const& tag, SourceLineInfo const& lineInfo ) override {
8412 m_tagAliasRegistry.add( alias, tag, lineInfo );
8413 }
8414 void registerStartupException() noexcept override {
8415 m_exceptionRegistry.add(std::current_exception());
8416 }

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected