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

Method attach

api/src/context/java/io/grpc/Context.java:712–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

710 }
711
712 @Override
713 public Context attach() {
714 return uncancellableSurrogate.attach();
715 }
716
717 @Override
718 public void detach(Context toAttach) {

Calls 1

attachMethod · 0.45