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

Method visit

include/process/event.hpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 TerminateEvent& operator=(const TerminateEvent&) = delete;
242
243 void visit(EventVisitor* visitor) const override
244 {
245 visitor->visit(*this);
246 }
247
248 void consume(EventConsumer* consumer) && override
249 {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected