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

Method IsValidCommand

cpp/iedriver/CommandHandlerRepository.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool CommandHandlerRepository::IsValidCommand(const std::string& command_name) {
92 CommandHandlerMap::const_iterator found_iterator =
93 this->command_handlers_.find(command_name);
94
95 return found_iterator != this->command_handlers_.end();
96}
97
98CommandHandlerHandle CommandHandlerRepository::GetCommandHandler(const std::string& command_name) {
99 CommandHandlerMap::const_iterator found_iterator =

Callers 1

DispatchCommandMethod · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected