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
()
| 1036 | * caution note. |
| 1037 | */ |
| 1038 | public abstract Context current(); |
| 1039 | } |
| 1040 | |
| 1041 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected