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

Function dfhack_build_id

library/DFHackVersion.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 return DFHACK_RELEASE;
23 }
24 const char *dfhack_build_id()
25 {
26 return DFHACK_BUILD_ID;
27 }
28 const char *dfhack_run_url()
29 {
30 return DFHACK_RUN_URL;

Callers 1

dfhack_version_descMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected