MCPcopy Create free account
hub / github.com/BirolLab/abyss / closeOutputStream

Function closeOutputStream

Bloom/bloom.cc:372–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static inline void
373closeOutputStream(ostream* out, const string& path)
374{
375 if (path == "-")
376 return;
377 ofstream* ofs = static_cast<ofstream*>(out);
378 ofs->close();
379 delete ofs;
380}
381
382template<typename CBF>
383void

Callers 2

writeBloomFunction · 0.85
combineFunction · 0.85

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected