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

Method Key

api/src/context/java/io/grpc/Context.java:956–958  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

954 private final T defaultValue;
955
956 Key(String name) {
957 this(name, null);
958 }
959
960 Key(String name, T defaultValue) {
961 this.name = checkNotNull(name, "name");

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.80

Tested by

no test coverage detected