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

Method consume

include/process/event.hpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void consume(EventConsumer* consumer) && override
198 {
199 consumer->consume(std::move(*this));
200 }
201
202 // Function to get invoked as a result of this dispatch event.
203 std::unique_ptr<lambda::CallableOnce<void(ProcessBase*)>> f;

Callers

nothing calls this directly

Calls 1

consumeMethod · 0.45

Tested by

no test coverage detected