MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ~Server

Method ~Server

cpp/webdriver-server/server.cc:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73Server::~Server(void) {
74 SessionMap::iterator it = this->sessions_.begin();
75 for (; it != this->sessions_.end(); ++it) {
76 std::string session_id = it->first;
77 this->ShutDownSession(session_id);
78 }
79}
80
81void Server::Initialize(const int port,
82 const std::string& host,

Callers

nothing calls this directly

Calls 2

ShutDownSessionMethod · 0.95
endMethod · 0.80

Tested by

no test coverage detected