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

Method add_source

tools/cdb2_sqlreplay/cdb2_sqlreplay.cpp:960–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 event_queue() = default;
959
960 void add_source(const char *name) {
961 sources.emplace_back(event_source(name));
962 }
963
964 bool empty() {
965 for (auto &i : sources) {

Callers 1

mainFunction · 0.80

Calls 1

event_sourceClass · 0.85

Tested by

no test coverage detected