MCPcopy Index your code
hub / github.com/grpc/grpc-java / key

Method key

api/src/context/java/io/grpc/Context.java:149–151  ·  view source on GitHub ↗

Create a Key with the given debug name. @param debugString a name intended for debugging purposes and does not impact behavior. Multiple different keys may have the same debugString. The value should be not null.

(String debugString)

Source from the content-addressed store, hash-verified

147 * The value should be not null.
148 */
149 public static <T> Key<T> key(String debugString) {
150 return new Key<>(debugString);
151 }
152
153 /**
154 * Create a {@link Key} with the given debug name and default value.

Callers 15

ServerImplTestClass · 0.95
interceptorsMethod · 0.95
CallMetricRecorderClass · 0.95
ContextStateClass · 0.95
setupMethod · 0.95
setupMethod · 0.95
ContextsTestClass · 0.95

Calls

no outgoing calls