MCPcopy 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
116protected:
117 void initialize() override
118 {
119 install("pong", &ClientProcess::pong);
120
121 route("/run", None(), &ClientProcess::run);
122 }
123
124private:
125 Future<http::Response> run(const http::Request& request)

Callers

nothing calls this directly

Calls 2

NoneClass · 0.85
installFunction · 0.50

Tested by

no test coverage detected