Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ ~CheckedFile
Method
~CheckedFile
plugins/e57/libE57Format/src/CheckedFile.cpp:297–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
CheckedFile::~CheckedFile()
298
{
299
try
300
{
301
close(); //??? what if already closed?
302
}
303
catch ( ... )
304
{
305
//??? report?
306
}
307
}
308
309
void CheckedFile::read( char *buf, size_t nRead, size_t /*bufSize*/ )
310
{
Callers
nothing calls this directly
Calls
1
close
Function · 0.50
Tested by
no test coverage detected