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

Function cleanUp

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

Source from the content-addressed store, hash-verified

8439 return *getTheRegistryHub();
8440}
8441void cleanUp() {
8442 delete getTheRegistryHub();
8443 getTheRegistryHub() = nullptr;
8444 cleanUpContext();
8445 ReusableStringStream::cleanup();
8446}
8447std::string translateActiveException() {
8448 return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();
8449}

Callers 1

~SessionMethod · 0.85

Calls 1

cleanUpContextFunction · 0.85

Tested by

no test coverage detected