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

Function is_part_of_transaction

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187bool is_part_of_transaction(const char *cnonce)
188{
189 auto it = transactions.find(cnonce);
190 return (it != transactions.end());
191}
192
193void add_to_transaction(cson_value *val)
194{

Callers 1

handle_sqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected