MCPcopy 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
280void closeFile(std::ostream *out)
281{
282 if (!out)
283 return;
284 delete out;
285}
286
287
288void closeFile(std::istream* in)

Callers 4

~OStreamFunction · 0.70
closeFunction · 0.70
readFileIntoStringFunction · 0.70
closeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected