Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/guice
/ hashCode
Method
hashCode
core/src/com/google/inject/internal/Scoping.java:271–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
@Override
272
public
int
hashCode() {
273
return
Objects.hashCode(getScopeAnnotation(), getScopeInstance());
274
}
275
276
public
abstract <V> V acceptVisitor(BindingScopingVisitor<V> visitor);
277
Callers
2
doHash
Method · 0.45
annotationHashCode
Method · 0.45
Calls
2
getScopeAnnotation
Method · 0.95
getScopeInstance
Method · 0.95
Tested by
no test coverage detected