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

Method done

io/CopcWriter.cpp:471–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void CopcWriter::done(PointTableRef table)
472{
473 if (isRemote)
474 {
475 arbiter::Arbiter a;
476 a.put(remoteFilename, a.getBinary(filename()));
477
478 // Clean up temporary
479 FileUtils::deleteFile(filename());
480 }
481}
482
483} // namespace pdal

Callers

nothing calls this directly

Calls 3

deleteFileFunction · 0.85
getBinaryMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected