Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
std::string getVersionStringShort()
41
{
42
return
"RetDec "
+ getVersionTag() +
43
" built on "
+ getBuildDate();
44
}
45
46
} // namespace version
47
} // namespace utils
Callers
2
present
Method · 0.85
TEST_F
Function · 0.85
Calls
2
getVersionTag
Function · 0.85
getBuildDate
Function · 0.85
Tested by
1
TEST_F
Function · 0.68