MCPcopy Create free account
hub / github.com/apache/thrift / EventLog

Method EventLog

lib/cpp/test/processor/EventLog.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74EVENT_TYPE(ET_WAIT_RETURN);
75
76EventLog::EventLog() {
77 id_ = nextId_++;
78 debug("New log: %d", id_);
79}
80
81void EventLog::append(EventType type,
82 uint32_t connectionId,

Callers

nothing calls this directly

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected