Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ value
Method
value
api/src/main/java/io/grpc/Metadata.java:162–164 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
160
}
161
162
private
Object value(
int
i) {
163
return
namesAndValues[i * 2 + 1];
164
}
165
166
private
void
value(
int
i, byte[] value) {
167
namesAndValues[i * 2 + 1] = value;
Callers
8
valueAsBytes
Method · 0.95
valueAsBytesOrStream
Method · 0.95
valueAsT
Method · 0.95
put
Method · 0.95
remove
Method · 0.95
removeAll
Method · 0.95
discardAll
Method · 0.95
merge
Method · 0.95
Calls
2
expand
Method · 0.95
cap
Method · 0.95
Tested by
no test coverage detected