Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
EVENT_TYPE(ET_WAIT_RETURN);
75
76
EventLog::EventLog() {
77
id_ = nextId_++;
78
debug(
"New log: %d"
, id_);
79
}
80
81
void EventLog::append(EventType type,
82
uint32_t connectionId,
Callers
nothing calls this directly
Calls
1
debug
Function · 0.85
Tested by
no test coverage detected