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

Method Uninstall

framework/src/bundle/Bundle.cpp:147–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 void
148 Bundle::Uninstall()
149 {
150 if (!d)
151 {
152 throw std::invalid_argument("invalid bundle");
153 }
154
155 d->Uninstall();
156 }
157
158 BundleContext
159 Bundle::GetBundleContext() const

Callers 11

cleanupMethod · 0.45
TEST_FFunction · 0.45
frame040cFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 11

cleanupMethod · 0.36
TEST_FFunction · 0.36
frame040cFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36