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

Method registerStartupException

unittests/catch.hpp:8414–8416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8412 m_tagAliasRegistry.add( alias, tag, lineInfo );
8413 }
8414 void registerStartupException() noexcept override {
8415 m_exceptionRegistry.add(std::current_exception());
8416 }
8417
8418 private:
8419 TestRegistry m_testCaseRegistry;

Callers 3

SessionMethod · 0.80
AutoRegMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected