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

Method copyKey

api/src/test/java/io/grpc/MetadataTest.java:507–510  ·  view source on GitHub ↗
(
      Metadata.Key<T> key, Metadata.BinaryStreamMarshaller<T> marshaller)

Source from the content-addressed store, hash-verified

505 }
506
507 private static <T> Metadata.Key<T> copyKey(
508 Metadata.Key<T> key, Metadata.BinaryStreamMarshaller<T> marshaller) {
509 return Metadata.Key.of(key.originalName(), marshaller);
510 }
511}

Callers 3

immutableMarshallerMethod · 0.95

Calls 2

originalNameMethod · 0.80
ofMethod · 0.45

Tested by

no test coverage detected