Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ accept
Method
accept
alts/src/test/java/io/grpc/alts/internal/TsiTest.java:134–137 ·
view source on GitHub ↗
(ByteBuf buf)
Source
from the content-addressed store, hash-verified
132
Collections.singletonList(plaintextBuffer),
133
new
Consumer<ByteBuf>() {
134
@Override
135
public
void
accept(ByteBuf buf) {
136
protectOut.add(buf);
137
}
138
},
139
alloc);
140
assertThat(protectOut.size()).isEqualTo(1);
Callers
nothing calls this directly
Calls
1
add
Method · 0.65
Tested by
no test coverage detected