MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / Close

Method Close

src/utils/bedGraphFile/bedGraphFile.cpp:56–63  ·  view source on GitHub ↗

Close the BEDGRAPH file

Source from the content-addressed store, hash-verified

54
55// Close the BEDGRAPH file
56void BedGraphFile::Close() {
57 if (bedGraphFile != "stdin" && bedGraphFile != "-") {
58 if (_bedGraphStream) {
59 delete _bedGraphStream;
60 _bedGraphStream = NULL ;
61 }
62 }
63}
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected