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

Method GetVersion

framework/src/bundle/Bundle.cpp:202–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 BundleVersion
203 Bundle::GetVersion() const
204 {
205 if (!d)
206 {
207 throw std::invalid_argument("invalid bundle");
208 }
209
210 return d->version;
211 }
212
213 std::map<std::string, Any>
214 Bundle::GetProperties() const

Callers 9

frame035aMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
ToDTOFunction · 0.80

Calls

no outgoing calls

Tested by 7

frame035aMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64