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

Method detach

api/src/test/java/io/grpc/ContextTest.java:908–911  ·  view source on GitHub ↗
(Context toDetach, Context toRestore)

Source from the content-addressed store, hash-verified

906 }
907
908 @Override
909 public void detach(Context toDetach, Context toRestore) {
910 // noop
911 }
912
913 @Override
914 public Context current() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected