Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
static inline istream*
347
openInputStream(const string& path)
348
{
349
if (path ==
"-"
)
350
return &cin;
351
return new ifstream(path.c_str());
352
}
353
354
static inline ostream*
355
openOutputStream(const string& path)
Callers
6
initBloomFilterLevels
Function · 0.85
combine
Function · 0.85
info
Function · 0.85
compare
Function · 0.85
memberOf
Function · 0.85
trim
Function · 0.85
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected