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

Method asciiName

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

Source from the content-addressed store, hash-verified

787 */
788 // TODO (louiscryan): Migrate to ByteString
789 @VisibleForTesting
790 byte[] asciiName() {
791 return nameBytes;
792 }
793
794 /**
795 * Returns true if the two objects are both Keys, and their names match (case insensitive).

Callers 15

testWriteRawMethod · 0.80
testSerializeRawMethod · 0.80
immutableMarshallerMethod · 0.80
partialSerializationMethod · 0.80
createFromPartialMethod · 0.80
containsKeyMethod · 0.80
getMethod · 0.80
hasNextMethod · 0.80
getAllMethod · 0.80
putMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by 6

testWriteRawMethod · 0.64
testSerializeRawMethod · 0.64
immutableMarshallerMethod · 0.64
partialSerializationMethod · 0.64
createFromPartialMethod · 0.64