Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ cleanup
Method
cleanup
io/SbetReader.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
void SbetReader::cleanup()
166
{
167
if (m_private->isRemote)
168
FileUtils::deleteFile(m_filename);
169
}
170
171
void SbetReader::tryLoadRemote()
172
{
Callers
nothing calls this directly
Calls
1
deleteFile
Function · 0.85
Tested by
no test coverage detected