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

Method cancelled

xds/src/test/java/io/grpc/xds/XdsTestUtils.java:112–115  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

110 Context.current().addListener(
111 new CancellationListener() {
112 @Override
113 public void cancelled(Context context) {
114 lrsEnded.set(true);
115 }
116 }, MoreExecutors.directExecutor());
117 loadReportCalls.offer(call);
118 return requestObserver;

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected