Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ hashCode
Method
hashCode
java/src/org/openqa/selenium/events/Event.java:87–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
@Override
88
public
int
hashCode() {
89
return
Objects.hash(getId(), getType(), data);
90
}
91
}
Callers
1
pin
Method · 0.45
Calls
2
getId
Method · 0.95
getType
Method · 0.95
Tested by
no test coverage detected