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

Method Clear

framework/src/service/ServiceRegistry.cpp:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void
52 ServiceRegistry::Clear()
53 {
54 auto l = this->Lock();
55 US_UNUSED(l);
56 services.clear();
57 classServices.clear();
58 serviceRegistrations.clear();
59 bundleServices.clear();
60 }
61
62 Properties
63 ServiceRegistry::CreateServiceProperties(ServiceProperties const& in,

Callers

nothing calls this directly

Calls 2

LockMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected