MCPcopy Create free account
hub / github.com/PDAL/PDAL / ~ArbiterOutStream

Method ~ArbiterOutStream

pdal/PDALUtils.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 {}
236
237 virtual ~ArbiterOutStream()
238 {
239 close();
240 arbiter::Arbiter a;
241 a.put(m_remotePath, a.getBinary(m_localFile.filename()));
242 }
243
244 std::string m_remotePath;
245 TempFile m_localFile;

Callers

nothing calls this directly

Calls 4

getBinaryMethod · 0.80
closeFunction · 0.50
putMethod · 0.45
filenameMethod · 0.45

Tested by

no test coverage detected