MCPcopy Index your code
hub / github.com/grpc/grpc-java / bytesEqual

Method bytesEqual

api/src/main/java/io/grpc/Metadata.java:563–565  ·  view source on GitHub ↗
(byte[] left, byte[] right)

Source from the content-addressed store, hash-verified

561 }
562
563 private boolean bytesEqual(byte[] left, byte[] right) {
564 return Arrays.equals(left, right);
565 }
566
567 /** Marshaller for metadata values that are serialized into raw binary. */
568 public interface BinaryMarshaller<T> {

Callers 7

containsKeyMethod · 0.95
getMethod · 0.95
getAllMethod · 0.95
removeMethod · 0.95
removeAllMethod · 0.95
discardAllMethod · 0.95
hasNextMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected