MCPcopy Create free account
hub / github.com/crawl/crawl / check_string

Function check_string

crawl-ref/source/initfile.cc:4677–4680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4675}
4676
4677static string check_string(const char *s)
4678{
4679 return s ? s : "";
4680}
4681
4682void get_system_environment()
4683{

Callers 1

get_system_environmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected