MCPcopy 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

11namespace version {
12
13std::string getCommitHash()
14{
15 return RETDEC_GIT_COMMIT_HASH;
16}
17
18std::string getShortCommitHash(unsigned length)
19{

Callers 4

getShortCommitHashFunction · 0.85
getVersionStringLongFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68