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

Method GetTargetFileName

generator/generate_info.hpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 std::string GetTargetFileName(std::string const & fileName, std::string const & ext = DATA_FILE_EXTENSION) const
105 {
106 return base::JoinPath(m_targetDir, fileName + ext);
107 }
108
109 std::string GetIntermediateFileName(std::string const & fileName, std::string const & ext = "") const
110 {

Callers 6

FeaturesCollector2Method · 0.80
GenerateFinalFeaturesFunction · 0.80
generator_tool.cppFile · 0.80
GetMwmPathMethod · 0.80

Calls 1

JoinPathFunction · 0.85

Tested by 2

GetMwmPathMethod · 0.64