Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ cleanup
Method
cleanup
io/LasReader.cpp:933–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
931
}
932
933
void LasReader::cleanup()
934
{
935
d->pool.join();
936
if (d->isRemote)
937
FileUtils::deleteFile(m_filename);
938
}
939
940
bool LasReader::eof()
941
{
Callers
nothing calls this directly
Calls
1
deleteFile
Function · 0.85
Tested by
no test coverage detected