Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getVersionStringLong
Function
getVersionStringLong
src/utils/version.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
std::string getVersionStringLong()
34
{
35
return
"RetDec version : "
+ getVersionTag() +
"\n"
36
"Commit hash : "
+ getCommitHash() +
"\n"
37
"Build date : "
+ getBuildDate();
38
}
39
40
std::string getVersionStringShort()
41
{
Callers
14
processArgs
Function · 0.85
ProgramOptions
Method · 0.85
doActions
Function · 0.85
processArguments
Function · 0.85
handleArguments
Function · 0.85
doParams
Function · 0.85
processArguments
Function · 0.85
processArgs
Function · 0.85
ProgramOptions
Method · 0.85
loadOption
Method · 0.85
doParams
Function · 0.85
main
Function · 0.85
Calls
3
getVersionTag
Function · 0.85
getCommitHash
Function · 0.85
getBuildDate
Function · 0.85
Tested by
1
TEST_F
Function · 0.68