MCPcopy Create free account
hub / github.com/comaps/comaps / GetDataPathHelp

Function GetDataPathHelp

generator/generator_tool/generator_tool.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56namespace
57{
58char const * GetDataPathHelp()
59{
60 static std::string const kHelp =
61 "Directory where the generated mwms are put into. Also used as the path for helper "
62 "functions, such as those that calculate statistics and regenerate sections. "
63 "Default: " +
64 Platform::GetCurrentWorkingDirectory() + "/../../data'.";
65 return kHelp.c_str();
66}
67} // namespace
68
69// Coastlines.

Callers 1

generator_tool.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected