MCPcopy Create free account
hub / github.com/google/guice / getScopeInstance

Method getScopeInstance

core/src/com/google/inject/internal/Scoping.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public Scope getScopeInstance() {
52 return Scopes.NO_SCOPE;
53 }
54
55 @Override
56 public String toString() {

Callers 4

isNoScopeMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
scopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected