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

Method Uninit1

framework/src/bundle/CoreBundleContext.cpp:234–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 void
235 CoreBundleContext::Uninit1()
236 {
237 bundleRegistry.Clear();
238 services.Clear();
239 listeners.Clear();
240 resolver.Clear();
241
242 storage->Close();
243 }
244
245 std::string
246 CoreBundleContext::GetDataStorage(long id) const

Callers 1

Shutdown0Method · 0.80

Calls 2

ClearMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected