MCPcopy
hub / github.com/micro/go-micro / CloseSend

Method CloseSend

client/grpc/stream.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (g *grpcStream) CloseSend() error {
68 return g.stream.CloseSend()
69}
70
71func (g *grpcStream) Close() error {
72 g.Lock()

Callers

nothing calls this directly

Calls 1

CloseSendMethod · 0.65

Tested by

no test coverage detected