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

Method Fish

api/src/test/java/io/grpc/MetadataTest.java:477–479  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

475 private String name;
476
477 private Fish(String name) {
478 this.name = name;
479 }
480
481 @Override
482 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected