MCPcopy 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
18std::string getShortCommitHash(unsigned length)
19{
20 return getCommitHash().substr(0, length);
21}
22
23std::string getBuildDate()
24{

Callers 1

TEST_FFunction · 0.85

Calls 1

getCommitHashFunction · 0.85

Tested by 1

TEST_FFunction · 0.68