MCPcopy Index your code
hub / github.com/tinode/chat / nodeMessageLoopServer

Struct nodeMessageLoopServer

pbx/model_grpc.pb.go:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187type nodeMessageLoopServer struct {
188 grpc.ServerStream
189}
190
191func (x *nodeMessageLoopServer) Send(m *ServerMsg) error {
192 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected