Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getShortCommitHash
Function
getShortCommitHash
src/utils/version.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
std::string getShortCommitHash(unsigned length)
19
{
20
return getCommitHash().substr(0, length);
21
}
22
23
std::string getBuildDate()
24
{
Callers
1
TEST_F
Function · 0.85
Calls
1
getCommitHash
Function · 0.85
Tested by
1
TEST_F
Function · 0.68