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

Method TmpPathForFile

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

@return full path to file in the temporary directory

Source from the content-addressed store, hash-verified

176 std::string const & TmpDir() const { return m_tmpDir; }
177 /// @return full path to file in the temporary directory
178 std::string TmpPathForFile(std::string const & file) const { return TmpDir() + file; }
179 /// @return full random path to temporary file.
180 std::string TmpPathForFile() const;
181 /// @return full partially random path to temporary file.

Callers

nothing calls this directly

Calls 1

TmpDirClass · 0.85

Tested by

no test coverage detected