MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / registerTranslator

Method registerTranslator

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8408–8410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8406 m_testCaseRegistry.registerTest(testInfo);
8407 }
8408 void registerTranslator(const IExceptionTranslator *translator) override {
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 }

Callers

nothing calls this directly

Calls 1

registerTranslatorMethod · 0.45

Tested by

no test coverage detected