Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ hashCode
Method
hashCode
test/References.java:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
public
int
hashCode() {
65
return
name.hashCode();
66
}
67
68
public
boolean equals(Object o) {
69
return
o instanceof Key && ((Key) o).name.equals(name);
Callers
nothing calls this directly
Calls
1
hashCode
Method · 0.65
Tested by
no test coverage detected