MCPcopy Create free account
hub / github.com/apache/thrift / serve

Method serve

lib/cpp/src/thrift/async/TEvhttpServer.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int TEvhttpServer::serve() {
89 if (eb_ == nullptr) {
90 throw TException("Unexpected call to TEvhttpServer::serve");
91 }
92 return event_base_dispatch(eb_);
93}
94
95TEvhttpServer::RequestContext::RequestContext(struct evhttp_request* req)
96 : req(req),

Callers 8

mainFunction · 0.45
mainFunction · 0.45
test_serverFunction · 0.45
thrift_server_serveFunction · 0.45
RunMethod · 0.45
startServerMethod · 0.45
startServerMethod · 0.45
runMethod · 0.45

Calls 1

TExceptionClass · 0.50

Tested by 7

mainFunction · 0.36
mainFunction · 0.36
test_serverFunction · 0.36
RunMethod · 0.36
startServerMethod · 0.36
startServerMethod · 0.36
runMethod · 0.36