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

Method current

api/src/context/java/io/grpc/Context.java:1038–1038  ·  view source on GitHub ↗

Implements io.grpc.Context#current. Caution: Context interprets a return value of null to mean the same thing as Context#ROOT. See also #doAttach(Context). @return The context of the current scope. null is a valid return value, but see

()

Source from the content-addressed store, hash-verified

1036 * caution note.
1037 */
1038 public abstract Context current();
1039 }
1040
1041 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected