Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ _get_version_information
Function
_get_version_information
crawl-ref/source/command.cc:87–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
};
86
87
static string _get_version_information()
88
{
89
string result = string(
"This is <w>"
CRAWL
" "
) + Version::Long
90
+
" ("
CRAWL_BUILD_NAME
")</w>"
;
91
return result;
92
}
93
94
static string _get_version_features()
95
{
Callers
1
_print_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected