Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ nodeMessageLoopClient
Struct
nodeMessageLoopClient
pbx/model_grpc.pb.go:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
type
nodeMessageLoopClient
struct
{
57
grpc.ClientStream
58
}
59
60
func
(x *nodeMessageLoopClient) Send(m *ClientMsg) error {
61
return
x.ClientStream.SendMsg(m)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected