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

Method get

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

Get the value from the #current() context for this key.

()

Source from the content-addressed store, hash-verified

966 * Get the value from the {@link #current()} context for this key.
967 */
968 public T get() {
969 return get(Context.current());
970 }
971
972 /**
973 * Get the value from the specified context for this key.

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected