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

Method empty

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:964–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 }
963
964 bool empty() {
965 for (auto &i : sources) {
966 if (!i.is_done())
967 return false;
968 }
969 return true;
970 }
971 cson_value *get() {
972 int64_t min_timestamp = LLONG_MAX;
973 int minix = -1;

Callers 14

print_resultMethod · 0.80
getMethod · 0.80
process_eventsFunction · 0.80
parse_lrl_fileFunction · 0.80
serialise_databaseFunction · 0.80
create_partialsFunction · 0.80
process_lrlFunction · 0.80
deserialise_databaseFunction · 0.80
restore_partialsFunction · 0.80
util.cppFile · 0.80
listdir_absFunction · 0.80
listdir_abs_recursiveFunction · 0.80

Calls 1

is_doneMethod · 0.80

Tested by

no test coverage detected