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

Method serve

include/process/process.hpp:85–88  ·  view source on GitHub ↗

* Invoked when an event is serviced. */

Source from the content-addressed store, hash-verified

83 * Invoked when an event is serviced.
84 */
85 virtual void serve(Event&& event)
86 {
87 std::move(event).consume(this);
88 }
89
90 // Callbacks used to consume (i.e., handle) a specific event.
91 void consume(MessageEvent&& event) override;

Callers

nothing calls this directly

Calls 1

consumeMethod · 0.45

Tested by

no test coverage detected