Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ hashCode
Method
hashCode
src/main/java/matcher/type/InputFile.java:91–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
@Override
92
public
int
hashCode() {
93
return
toString().hashCode();
94
}
95
96
@Override
97
public
String toString() {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected