Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ Error
Method
Error
client/rpc_stream.go:140–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
func
(r *rpcStream) Error() error {
141
r.RLock()
142
defer
r.RUnlock()
143
144
return
r.err
145
}
146
147
func
(r *rpcStream) CloseSend() error {
148
return
errors.New(
"streamer not implemented"
)
Callers
1
Close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected