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

Function GetTilesDir

tools/topography_generator/generator.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::string GetTilesDir(std::string const & tilesDir, std::string const & profileName)
50{
51 return base::JoinPath(tilesDir, profileName);
52}
53
54void AppendTileProfile(std::string const & fileName, std::string const & profileName)
55{

Callers 2

InitProfilesMethod · 0.85

Calls 1

JoinPathFunction · 0.85

Tested by

no test coverage detected