MCPcopy Create free account
hub / github.com/3rdparty/libprocess / visit

Method visit

include/process/event.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void visit(EventVisitor* visitor) const override
164 {
165 visitor->visit(*this);
166 }
167
168 void consume(EventConsumer* consumer) && override
169 {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected