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

Method parseBytes

api/src/main/java/io/grpc/Metadata.java:1013–1016  ·  view source on GitHub ↗
(byte[] serialized)

Source from the content-addressed store, hash-verified

1011 }
1012
1013 @Override
1014 T parseBytes(byte[] serialized) {
1015 return marshaller.parseAsciiString(serialized);
1016 }
1017 }
1018
1019 /**

Callers

nothing calls this directly

Calls 1

parseAsciiStringMethod · 0.65

Tested by

no test coverage detected