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

Method Event

lib/cpp/test/processor/EventLog.h:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35struct Event {
36 Event(EventType type, uint32_t connectionId, uint32_t callId, const std::string& message)
37 : type(type), connectionId(connectionId), callId(callId), message(message) {}
38
39 EventType type;
40 uint32_t connectionId;

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected