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

Method close

xds/src/test/java/io/grpc/xds/DataPlaneRule.java:149–152  ·  view source on GitHub ↗
(Status status, Metadata trailers)

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public void close(Status status, Metadata trailers) {
151 super.close(status, trailers);
152 }
153 }, requestHeaders);
154 }
155 };

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected