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

Method CheckUninstalled

framework/src/bundle/BundlePrivate.cpp:807–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805 BundlePrivate::~BundlePrivate() = default;
806
807 void
808 BundlePrivate::CheckUninstalled() const
809 {
810 if (state == Bundle::STATE_UNINSTALLED)
811 {
812 throw std::logic_error("Bundle " + symbolicName + " (location=" + location + ") is in UNINSTALLED state");
813 }
814 }
815
816 void
817 BundlePrivate::RemoveBundleResources()

Callers 4

GetRegisteredServicesMethod · 0.80
GetServicesInUseMethod · 0.80
GetResourceMethod · 0.80
FindResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected