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