MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Uninit0

Method Uninit0

framework/src/bundle/CoreBundleContext.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void
226 CoreBundleContext::Uninit0()
227 {
228 DIAG_LOG(*sink) << "uninit";
229 logger->Close();
230 serviceHooks.Close();
231 systemBundle->UninitSystemBundle();
232 }
233
234 void
235 CoreBundleContext::Uninit1()

Callers 1

Shutdown0Method · 0.80

Calls 2

UninitSystemBundleMethod · 0.80
CloseMethod · 0.45

Tested by

no test coverage detected