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

Method GetSymbolicName

framework/src/bundle/Bundle.cpp:191–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 std::string
192 Bundle::GetSymbolicName() const
193 {
194 if (!d)
195 {
196 throw std::invalid_argument("invalid bundle");
197 }
198
199 return d->symbolicName;
200 }
201
202 BundleVersion
203 Bundle::GetVersion() const

Callers 15

StopMethod · 0.80
StartMethod · 0.80
frame020aMethod · 0.80
frame035aMethod · 0.80
TEST_FFunction · 0.80
frame020aFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
FindMethod · 0.80

Calls

no outgoing calls

Tested by 15

StopMethod · 0.64
StartMethod · 0.64
frame020aMethod · 0.64
frame035aMethod · 0.64
TEST_FFunction · 0.64
frame020aFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
FindMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64