MCPcopy Create free account
hub / github.com/avast/retdec / getVersionStringShort

Function getVersionStringShort

src/utils/version.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::string getVersionStringShort()
41{
42 return "RetDec " + getVersionTag() +
43 " built on " + getBuildDate();
44}
45
46} // namespace version
47} // namespace utils

Callers 2

presentMethod · 0.85
TEST_FFunction · 0.85

Calls 2

getVersionTagFunction · 0.85
getBuildDateFunction · 0.85

Tested by 1

TEST_FFunction · 0.68