Implements io.grpc.Context#detach. @param toDetach the context to be detached. Should be, or be equivalent to, the current context of the current scope @param toRestore the context to be the current. Should be, or be equivalent to, the context of the outer scope
(Context toDetach, Context toRestore)
| 1023 | * of the outer scope |
| 1024 | */ |
| 1025 | public abstract void detach(Context toDetach, Context toRestore); |
| 1026 | |
| 1027 | /** |
| 1028 | * Implements {@link io.grpc.Context#current}. |
nothing calls this directly
no outgoing calls
no test coverage detected