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

Method visit

include/process/event.hpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 ExitedEvent& operator=(const ExitedEvent&) = delete;
218
219 void visit(EventVisitor* visitor) const override
220 {
221 visitor->visit(*this);
222 }
223
224 void consume(EventConsumer* consumer) && override
225 {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected