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

Method toStream

api/src/main/java/io/grpc/Metadata.java:934–936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

932 }
933
934 InputStream toStream() {
935 return checkNotNull(marshaller.toStream(value), "null marshaller.toStream()");
936 }
937
938 byte[] toBytes() {
939 if (serialized == null) {

Callers 2

toBytesMethod · 0.95
toObjectMethod · 0.95

Calls 2

checkNotNullMethod · 0.80
toStreamMethod · 0.65

Tested by

no test coverage detected