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

Method cancel

api/src/testFixtures/java/io/grpc/NoopClientCall.java:40–41  ·  view source on GitHub ↗
(String message, Throwable cause)

Source from the content-addressed store, hash-verified

38 public void request(int numMessages) {}
39
40 @Override
41 public void cancel(String message, Throwable cause) {}
42
43 @Override
44 public void halfClose() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected