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

Method GetLocation

framework/src/bundle/Bundle.cpp:180–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 std::string
181 Bundle::GetLocation() const
182 {
183 if (!d)
184 {
185 throw std::invalid_argument("invalid bundle");
186 }
187
188 return d->GetLocation();
189 }
190
191 std::string
192 Bundle::GetSymbolicName() const

Callers 11

frame037aMethod · 0.45
TEST_FFunction · 0.45
frame040cFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
Bundle.cppFile · 0.45
BundleEvent.cppFile · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 7

frame037aMethod · 0.36
TEST_FFunction · 0.36
frame040cFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36