Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
func
(g *grpcStream) CloseSend() error {
68
return
g.stream.CloseSend()
69
}
70
71
func
(g *grpcStream) Close() error {
72
g.Lock()
Callers
nothing calls this directly
Calls
1
CloseSend
Method · 0.65
Tested by
no test coverage detected