MCPcopy Create free account
hub / github.com/apache/incubator-pegasus / start_http_server

Function start_http_server

src/http/http_server.cpp:279–283  ·  view source on GitHub ↗

extern*/

Source from the content-addressed store, hash-verified

277}
278
279/*extern*/ void start_http_server()
280{
281 // starts http server as a singleton
282 static http_server server;
283}
284
285/*extern*/ void register_http_service(http_service *svc)
286{

Callers 3

info_collector_appMethod · 0.85
meta_service_appMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected