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

Method run

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

Source from the content-addressed store, hash-verified

87 private Context observed;
88 private final Runnable runner = new Runnable() {
89 @Override
90 public void run() {
91 observed = Context.current();
92 }
93 };
94 private final ScheduledExecutorService scheduler = Executors.newSingleThreadScheduledExecutor();
95

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
setMethod · 0.65

Tested by

no test coverage detected