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

Method GetQualifier

framework/src/bundle/BundleVersion.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 std::string
205 BundleVersion::GetQualifier() const
206 {
207 if (undefined)
208 throw std::logic_error("Version undefined");
209 return qualifier;
210 }
211
212 std::string
213 BundleVersion::ToString() const

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64