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

Method registerTranslator

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

Source from the content-addressed store, hash-verified

7078}
7079
7080void ExceptionTranslatorRegistry::registerTranslator(const IExceptionTranslator *translator) {
7081 m_translators.push_back(std::unique_ptr<const IExceptionTranslator>(translator));
7082}
7083
7084std::string ExceptionTranslatorRegistry::translateActiveException() const {
7085 try {

Callers 2

registerTranslatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected