MCPcopy Create free account
hub / github.com/DFHack/dfhack / git_description

Function git_description

library/DFHackVersion.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return DFHACK_RUN_URL;
31 }
32 const char *git_description()
33 {
34 return DFHACK_GIT_DESCRIPTION;
35 }
36 const char* git_commit(bool short_hash)
37 {
38 static std::string shorty(DFHACK_GIT_COMMIT, 0, 7);

Callers 3

InitMainThreadMethod · 0.85
onStateChangeMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected