Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ usage
Function
usage
tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:71–74 ·
view source on GitHub ↗
Start of functions */
Source
from the content-addressed store, hash-verified
69
70
/* Start of functions */
71
void usage() {
72
std::cout << usage_text;
73
exit(EXIT_FAILURE);
74
}
75
76
77
void add_fingerprint(const std::string &fingerprint, const std::string &sql) {
Callers
1
main
Function · 0.70
Calls
1
exit
Function · 0.85
Tested by
no test coverage detected