MCPcopy Create free account
hub / github.com/PDAL/PDAL / tempFilename

Function tempFilename

pdal/PDALUtils.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202std::string tempFilename(const std::string& path)
203{
204 const std::string tempdir(arbiter::getTempPath());
205 const std::string basename(arbiter::getBasename(path));
206
207 return arbiter::join(tempdir, basename);
208}
209
210// RAII handling of a temp file to make sure file gets deleted.
211class TempFile

Callers 8

readyMethod · 0.85
initializeMethod · 0.85
initializeMethod · 0.85
initializeMethod · 0.85
initializeMethod · 0.85
createFileFunction · 0.85
fetchRemoteFunction · 0.85
openFileFunction · 0.85

Calls 1

joinFunction · 0.85

Tested by

no test coverage detected