Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ hashCode
Method
hashCode
src/main/java/groovy/lang/GString.java:213–216 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
211
* {@inheritDoc}
212
*/
213
@Override
214
public
int
hashCode() {
215
return
37 + toString().hashCode();
216
}
217
218
/**
219
* {@inheritDoc}
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected