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

Method hashCode

java/src/org/openqa/selenium/remote/Command.java:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public int hashCode() {
78 return Objects.hash(sessionId, getName(), getParameters());
79 }
80
81 private static Command fromJson(JsonInput input) {
82 input.beginObject();

Callers

nothing calls this directly

Calls 3

getNameMethod · 0.95
getParametersMethod · 0.95
hashMethod · 0.45

Tested by

no test coverage detected