Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
inline void closeProgress(int fd)
238
{
239
#ifdef _WIN32
240
#else
241
if (fd >= 0)
242
close(fd);
243
#endif
244
}
245
246
247
inline void writeProgress(int fd, const std::string& type,
Callers
1
execute
Method · 0.85
Calls
1
close
Function · 0.50
Tested by
no test coverage detected