MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / registerTranslator

Method registerTranslator

test/expected/catch.hpp:10582–10584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10580 }
10581
10582 void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) {
10583 m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) );
10584 }
10585
10586#if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
10587 std::string ExceptionTranslatorRegistry::translateActiveException() const {

Callers 2

registerTranslatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected