MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / event_is_sql

Function event_is_sql

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool event_is_sql(cson_value *val) {
163 return get_strprop(val, "type") == std::string("sql");
164}
165
166void replay_transaction(cdb2_hndl_tp *db, cson_value *val)
167{

Callers 1

replay_transactionFunction · 0.85

Calls 1

get_strpropFunction · 0.85

Tested by

no test coverage detected