MCPcopy Create free account
hub / github.com/grpc/grpc-java / close

Method close

api/src/testFixtures/java/io/grpc/NoopServerCall.java:43–44  ·  view source on GitHub ↗
(Status status, Metadata trailers)

Source from the content-addressed store, hash-verified

41 public void sendMessage(RespT message) {}
42
43 @Override
44 public void close(Status status, Metadata trailers) {}
45
46 @Override
47 public boolean isCancelled() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected