MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Stop

Method Stop

cpp/webdriver-server/server.cc:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void Server::Stop() {
225 LOG(TRACE) << "Entering Server::Stop";
226 if (context_) {
227 mg_stop(context_);
228 context_ = NULL;
229 }
230}
231
232int Server::ProcessRequest(struct mg_connection* conn,
233 const struct mg_request_info* request_info) {

Callers 2

CloseMethod · 0.45
StopServerFunction · 0.45

Calls 1

LOGClass · 0.70

Tested by

no test coverage detected