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

Function openInputStream

Bloom/bloom.cc:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346static inline istream*
347openInputStream(const string& path)
348{
349 if (path == "-")
350 return &cin;
351 return new ifstream(path.c_str());
352}
353
354static inline ostream*
355openOutputStream(const string& path)

Callers 6

initBloomFilterLevelsFunction · 0.85
combineFunction · 0.85
infoFunction · 0.85
compareFunction · 0.85
memberOfFunction · 0.85
trimFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected