Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ consume
Method
consume
include/process/event.hpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void consume(EventConsumer* consumer) && override
249
{
250
consumer->consume(std::move(*this));
251
}
252
253
UPID from;
254
bool inject;
Callers
nothing calls this directly
Calls
1
consume
Method · 0.45
Tested by
no test coverage detected