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

Method detach

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

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)

Source from the content-addressed store, hash-verified

1023 * of the outer scope
1024 */
1025 public abstract void detach(Context toDetach, Context toRestore);
1026
1027 /**
1028 * Implements {@link io.grpc.Context#current}.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected