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

Method consume

include/process/event.hpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void consume(EventConsumer* consumer) && override
225 {
226 consumer->consume(std::move(*this));
227 }
228
229 UPID pid;
230};

Callers

nothing calls this directly

Calls 1

consumeMethod · 0.45

Tested by

no test coverage detected