Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ visit
Method
visit
include/process/event.hpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
MessageEvent& operator=(const MessageEvent&) = delete;
127
128
void visit(EventVisitor* visitor) const override
129
{
130
visitor->visit(*this);
131
}
132
133
void consume(EventConsumer* consumer) && override
134
{
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected