Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ dieWithUsageError
Function
dieWithUsageError
Bloom/bloom.cc:289–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
};
288
289
__attribute__((noreturn)) static void
290
dieWithUsageError()
291
{
292
cerr <<
"Try `"
<< PROGRAM <<
" --help' for more information.\n"
;
293
exit(EXIT_FAILURE);
294
}
295
296
void
297
parseGlobalOpts(int argc, char** argv)
Callers
9
parseGlobalOpts
Function · 0.85
build
Function · 0.85
combine
Function · 0.85
info
Function · 0.85
compare
Function · 0.85
graph
Function · 0.85
memberOf
Function · 0.85
trim
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected