Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_result
Method · 0.80
get
Method · 0.80
process_events
Function · 0.80
parse_lrl_file
Function · 0.80
serialise_database
Function · 0.80
create_partials
Function · 0.80
process_lrl
Function · 0.80
deserialise_database
Function · 0.80
restore_partials
Function · 0.80
util.cpp
File · 0.80
listdir_abs
Function · 0.80
listdir_abs_recursive
Function · 0.80
Calls
1
is_done
Method · 0.80
Tested by
no test coverage detected