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

Method onReady

api/src/test/java/io/grpc/ContextsTest.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override public void onReady() {
82 assertSame(uniqueContext, Context.current());
83 methodCalls.add(5);
84 }
85 };
86 ServerCall.Listener<Object> wrapped = interceptCall(uniqueContext, call, headers,
87 new ServerCallHandler<Object, Object>() {

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected