MCPcopy Create free account
hub / github.com/apache/trafficserver / cleanUp

Function cleanUp

lib/catch2/catch.hpp:12520–12523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12518 return RegistryHubSingleton::getMutable();
12519 }
12520 void cleanUp() {
12521 cleanupSingletons();
12522 cleanUpContext();
12523 }
12524 std::string translateActiveException() {
12525 return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();
12526 }

Callers 8

~LeakDetectorMethod · 0.85
~SessionMethod · 0.85
httpConnectMethod · 0.85
InvokePluginExtMethod · 0.85
process_fetch_readMethod · 0.85
process_fetch_writeMethod · 0.85
fetch_handlerMethod · 0.85
ext_destroyMethod · 0.85

Calls 2

cleanupSingletonsFunction · 0.85
cleanUpContextFunction · 0.85

Tested by

no test coverage detected