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

Method visit

include/process/event.hpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 DispatchEvent& operator=(const DispatchEvent&) = delete;
191
192 void visit(EventVisitor* visitor) const override
193 {
194 visitor->visit(*this);
195 }
196
197 void consume(EventConsumer* consumer) && override
198 {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected