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

Function _get_save_path

crawl-ref/source/initfile.cc:1518–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1516#endif
1517
1518static string _get_save_path(string subdir)
1519{
1520 return _resolve_dir(SysEnv.crawl_dir, subdir);
1521}
1522
1523/**
1524 * Reset options paths based on SysEnv values. Should be called if these get

Callers 2

build_options_listMethod · 0.85
reset_pathsMethod · 0.85

Calls 1

_resolve_dirFunction · 0.85

Tested by

no test coverage detected