MCPcopy 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
297CheckedFile::~CheckedFile()
298{
299 try
300 {
301 close(); //??? what if already closed?
302 }
303 catch ( ... )
304 {
305 //??? report?
306 }
307}
308
309void CheckedFile::read( char *buf, size_t nRead, size_t /*bufSize*/ )
310{

Callers

nothing calls this directly

Calls 1

closeFunction · 0.50

Tested by

no test coverage detected