Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hashCode
Method
hashCode
classpath/java/lang/StackTraceElement.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
public
int
hashCode() {
31
return
class_.hashCode() ^ method.hashCode() ^ line;
32
}
33
34
public
boolean equals(Object o) {
35
if
(o instanceof StackTraceElement) {
Callers
nothing calls this directly
Calls
1
hashCode
Method · 0.65
Tested by
no test coverage detected