MCPcopy 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 */
71void usage() {
72 std::cout << usage_text;
73 exit(EXIT_FAILURE);
74}
75
76
77void add_fingerprint(const std::string &fingerprint, const std::string &sql) {

Callers 1

mainFunction · 0.70

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected