Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ closeFile
Function
closeFile
pdal/util/FileUtils.cpp:280–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
279
280
void closeFile(std::ostream *out)
281
{
282
if (!out)
283
return;
284
delete out;
285
}
286
287
288
void closeFile(std::istream* in)
Callers
4
~OStream
Function · 0.70
close
Function · 0.70
readFileIntoString
Function · 0.70
close
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected