MCPcopy 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

GetServiceMethod · 0.45
frame020bMethod · 0.45
TEST_FFunction · 0.45
frame040cFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
GetServiceMethod · 0.45
UngetServiceMethod · 0.45
GetServiceMethod · 0.45
UngetServiceMethod · 0.45

Calls

no outgoing calls

Tested by 15

GetServiceMethod · 0.36
frame020bMethod · 0.36
TEST_FFunction · 0.36
frame040cFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
GetServiceMethod · 0.36
UngetServiceMethod · 0.36
GetServiceMethod · 0.36
UngetServiceMethod · 0.36