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

Method AddHttpVerb

cpp/webdriver-server/uri_info.cc:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void UriInfo::AddHttpVerb(const std::string& http_verb,
102 const std::string& command_name) {
103 this->verb_map_[http_verb] = command_name;
104}
105
106bool UriInfo::IsValidParameterValue(const std::string& param_name,
107 const std::string& param_value) {

Callers 2

UriInfoMethod · 0.95
AddCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected