MCPcopy Create free account
hub / github.com/grpc/grpc-java / Key

Method Key

api/src/main/java/io/grpc/CallOptions.java:330–333  ·  view source on GitHub ↗
(String debugString, T defaultValue)

Source from the content-addressed store, hash-verified

328 private final T defaultValue;
329
330 private Key(String debugString, T defaultValue) {
331 this.debugString = debugString;
332 this.defaultValue = defaultValue;
333 }
334
335 /**
336 * Returns the user supplied default value for this key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected