MCPcopy
hub / github.com/grpc/grpc-go / Trailer

Method Trailer

stream.go:1423–1425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1421}
1422
1423func (as *addrConnStream) Trailer() metadata.MD {
1424 return as.transportStream.Trailer()
1425}
1426
1427func (as *addrConnStream) CloseSend() error {
1428 if as.sentLast {

Callers

nothing calls this directly

Calls 1

TrailerMethod · 0.65

Tested by

no test coverage detected