Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
frame035a
Method · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
ServiceReferenceBase.cpp
File · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
ToDTO
Function · 0.80
Calls
no outgoing calls
Tested by
7
frame035a
Method · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64