MCPcopy
hub / github.com/tinode/chat / nodeLargeFileReceiveServer

Struct nodeLargeFileReceiveServer

pbx/model_grpc.pb.go:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213type nodeLargeFileReceiveServer struct {
214 grpc.ServerStream
215}
216
217func (x *nodeLargeFileReceiveServer) SendAndClose(m *FileUpResp) error {
218 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected