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

Method current

api/src/test/java/io/grpc/ContextTest.java:913–916  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

911 }
912
913 @Override
914 public Context current() {
915 return null;
916 }
917 });
918 // current() returning null gets transformed into ROOT
919 assertEquals(Context.ROOT, Context.current());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected