Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
maybeExpand
Method · 0.95
expand
Method · 0.95
remove
Method · 0.95
removeAll
Method · 0.95
discardAll
Method · 0.95
serialize
Method · 0.95
serializePartial
Method · 0.95
merge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected