MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / cleanUp

Function cleanUp

extlibs/catch/include/catch/catch.hpp:11974–11977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11972 return RegistryHubSingleton::getMutable();
11973 }
11974 void cleanUp() {
11975 cleanupSingletons();
11976 cleanUpContext();
11977 }
11978 std::string translateActiveException() {
11979 return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();
11980 }

Callers 2

~LeakDetectorMethod · 0.85
~SessionMethod · 0.85

Calls 2

cleanupSingletonsFunction · 0.85
cleanUpContextFunction · 0.85

Tested by

no test coverage detected