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

Method done

io/BpfReader.cpp:334–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333
334void BpfReader::done(PointTableRef)
335{
336 if (auto s = m_stream.popStream())
337 delete s;
338 m_stream.close();
339 Utils::closeFile(m_istreamPtr);
340
341 if (Utils::isRemote(m_remoteFilename))
342 {
343 // Clean up temporary
344 FileUtils::deleteFile(m_filename);
345 }
346}
347
348
349bool BpfReader::processOne(PointRef& point)

Callers

nothing calls this directly

Calls 4

isRemoteFunction · 0.85
deleteFileFunction · 0.85
closeFileFunction · 0.50
closeMethod · 0.45

Tested by

no test coverage detected