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

Function openOutputStream

Bloom/bloom.cc:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354static inline ostream*
355openOutputStream(const string& path)
356{
357 if (path == "-")
358 return &cout;
359 return new ofstream(path.c_str());
360}
361
362static inline void
363closeInputStream(istream* in, const string& path)

Callers 2

writeBloomFunction · 0.85
combineFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected