Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ setAll
Method
setAll
api/src/main/java/io/grpc/Attributes.java:260–263 ·
view source on GitHub ↗
(Attributes other)
Source
from the content-addressed store, hash-verified
258
}
259
260
public
Builder setAll(Attributes other) {
261
data(other.data.size()).putAll(other.data);
262
return
this;
263
}
264
265
/**
266
* Build the attributes.
Callers
nothing calls this directly
Calls
2
data
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected