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

Function GetFullDataTmpFilePaths

generator/platform_helpers.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23std::vector<std::string> GetFullDataTmpFilePaths(std::string const & dir)
24{
25 return GetFullFilePathsByExt(dir, DATA_FILE_EXTENSION_TMP);
26}
27} // namespace platform_helpers
28} // namespace generator

Callers 1

generator_tool.cppFile · 0.85

Calls 1

GetFullFilePathsByExtFunction · 0.85

Tested by

no test coverage detected