MCPcopy Index your code
hub / github.com/grpc/grpc-java / isCurrent

Method isCurrent

api/src/context/java/io/grpc/Context.java:454–456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

452
453 // Visible for testing
454 boolean isCurrent() {
455 return current() == this;
456 }
457
458 /**
459 * Is this context cancelled.

Callers 3

rootCanBeAttachedMethod · 0.95

Calls 1

currentMethod · 0.95

Tested by 3

rootCanBeAttachedMethod · 0.76