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

Method TestsDataPathForFile

libs/platform/platform.hpp:185–185  ·  view source on GitHub ↗

@return full path to the file where data for unit tests is stored.

Source from the content-addressed store, hash-verified

183
184 /// @return full path to the file where data for unit tests is stored.
185 std::string TestsDataPathForFile(std::string const & file) const { return ReadPathForFile(file); }
186
187 /// @return path for directory in the persistent memory, can be the same
188 /// as WritableDir, but on some platforms it's different

Callers 6

LoadGpxFromFileFunction · 0.80
ReadFileFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_CLASS_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected