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

Method doAttach

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

Implements io.grpc.Context#attach. Caution: Context#attach() interprets a return value of null to mean the same thing as Context#ROOT. See also: #current(). @param toAttach the context to be attached @return A Context that should be passed back

(Context toAttach)

Source from the content-addressed store, hash-verified

1013 * caution note.
1014 */
1015 public abstract Context doAttach(Context toAttach);
1016
1017 /**
1018 * Implements {@link io.grpc.Context#detach}.

Callers 1

attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected