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

Method run

stub/src/test/java/io/grpc/stub/ClientCallsTest.java:413–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411 new NoopStreamObserver<String>());
412 Runnable noOpRunnable = new Runnable() {
413 @Override
414 public void run() {
415 }
416 };
417 try {
418 callStreamObserver.setOnReadyHandler(noOpRunnable);

Callers

nothing calls this directly

Calls 4

isReadyMethod · 0.65
onNextMethod · 0.65
releaseMethod · 0.65
onCompletedMethod · 0.65

Tested by

no test coverage detected