MCPcopy Create free account
hub / github.com/3rdparty/libprocess / initialize

Method initialize

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 1

installFunction · 0.85

Tested by

no test coverage detected