| 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); |
no outgoing calls
no test coverage detected