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

Method cap

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

Source from the content-addressed store, hash-verified

203 }
204
205 private int cap() {
206 return namesAndValues != null ? namesAndValues.length : 0;
207 }
208
209 // The scaled version of size.
210 private int len() {

Callers 3

valueMethod · 0.95
maybeExpandMethod · 0.95
mergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected