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

Function closeProgress

pdal/PDALUtils.hpp:237–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235
236
237inline void closeProgress(int fd)
238{
239#ifdef _WIN32
240#else
241 if (fd >= 0)
242 close(fd);
243#endif
244}
245
246
247inline void writeProgress(int fd, const std::string& type,

Callers 1

executeMethod · 0.85

Calls 1

closeFunction · 0.50

Tested by

no test coverage detected