Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ consume
Method
consume
include/process/event.hpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void consume(EventConsumer* consumer) && override
134
{
135
consumer->consume(std::move(*this));
136
}
137
138
Message message;
139
};
Callers
nothing calls this directly
Calls
1
consume
Method · 0.45
Tested by
no test coverage detected