Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cleanup
Method · 0.45
TEST_F
Function · 0.45
frame040c
Function · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
InstallWithCppFramework
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
11
cleanup
Method · 0.36
TEST_F
Function · 0.36
frame040c
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
InstallWithCppFramework
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36