Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ name
Method
name
api/src/main/java/io/grpc/Metadata.java:154–156 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
152
private
int
size;
153
154
private
byte[] name(
int
i) {
155
return
(byte[]) namesAndValues[i * 2];
156
}
157
158
private
void
name(
int
i, byte[] name) {
159
namesAndValues[i * 2] = name;
Callers
12
containsKey
Method · 0.95
get
Method · 0.95
getAll
Method · 0.95
keys
Method · 0.95
put
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
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected