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:117–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
protected:
117
void initialize() override
118
{
119
install(
"pong"
, &ClientProcess::pong);
120
121
route(
"/run"
, None(), &ClientProcess::run);
122
}
123
124
private:
125
Future<http::Response> run(const http::Request& request)
Callers
nothing calls this directly
Calls
2
None
Class · 0.85
install
Function · 0.50
Tested by
no test coverage detected