Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ initialize
Method
initialize
3rdparty/libprocess/src/tests/benchmarks.cpp:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
229
protected:
230
void initialize() override
231
{
232
// TODO(bmahler): Move in the message when move support is added.
233
install(
"ping"
, &ServerProcess::ping);
234
}
235
236
private:
237
void ping(const UPID& from, const string& body)
Callers
nothing calls this directly
Calls
1
install
Function · 0.50
Tested by
no test coverage detected