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

Method len

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

Source from the content-addressed store, hash-verified

208
209 // The scaled version of size.
210 private int len() {
211 return size * 2;
212 }
213
214 /** checks when {@link #namesAndValues} is null or has no elements. */
215 private boolean isEmpty() {

Callers 8

maybeExpandMethod · 0.95
expandMethod · 0.95
removeMethod · 0.95
removeAllMethod · 0.95
discardAllMethod · 0.95
serializeMethod · 0.95
serializePartialMethod · 0.95
mergeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected