MCPcopy Index your code
hub / github.com/google/dagger / toString

Method toString

java/dagger/model/Scope.java:134–137  ·  view source on GitHub ↗

Returns a debug representation of the scope.

()

Source from the content-addressed store, hash-verified

132
133 /** Returns a debug representation of the scope. */
134 @Override
135 public String toString() {
136 return scopeAnnotation().toString();
137 }
138}

Callers

nothing calls this directly

Calls 1

scopeAnnotationMethod · 0.95

Tested by

no test coverage detected