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

Method onComplete

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

Source from the content-addressed store, hash-verified

74 }
75
76 @Override public void onComplete() {
77 assertSame(uniqueContext, Context.current());
78 methodCalls.add(4);
79 }
80
81 @Override public void onReady() {
82 assertSame(uniqueContext, Context.current());

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected