Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getCommitHash
Function
getCommitHash
src/utils/version.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace version {
12
13
std::string getCommitHash()
14
{
15
return RETDEC_GIT_COMMIT_HASH;
16
}
17
18
std::string getShortCommitHash(unsigned length)
19
{
Callers
4
getShortCommitHash
Function · 0.85
getVersionStringLong
Function · 0.85
presentFileinfoVersion
Method · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68