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

Method doAttach

api/src/test/java/io/grpc/ContextTest.java:903–906  ·  view source on GitHub ↗
(Context toAttach)

Source from the content-addressed store, hash-verified

901 try {
902 storage.set(null, new Context.Storage() {
903 @Override
904 public Context doAttach(Context toAttach) {
905 return null;
906 }
907
908 @Override
909 public void detach(Context toDetach, Context toRestore) {

Callers 3

saveContextMethod · 0.45
detach_detachRootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected