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

Method is_done

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:947–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945 }
946
947 bool is_done() const {
948 return done;
949 }
950
951 bool operator<(const event_source &s2) const {
952 return value < s2.value;

Callers 2

emptyMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected