Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ GetBundleId
Method
GetBundleId
framework/src/bundle/Bundle.cpp:169–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
long
170
Bundle::GetBundleId() const
171
{
172
if (!d)
173
{
174
throw std::invalid_argument(
"invalid bundle"
);
175
}
176
177
return d->id;
178
}
179
180
std::string
181
Bundle::GetLocation() const
Callers
15
GetService
Method · 0.45
frame020b
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
GetService
Method · 0.45
UngetService
Method · 0.45
GetService
Method · 0.45
UngetService
Method · 0.45
Calls
no outgoing calls
Tested by
15
GetService
Method · 0.36
frame020b
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
GetService
Method · 0.36
UngetService
Method · 0.36
GetService
Method · 0.36
UngetService
Method · 0.36