| 6432 | } |
| 6433 | |
| 6434 | type workerStreamSnapshotServer struct { |
| 6435 | grpc.ServerStream |
| 6436 | } |
| 6437 | |
| 6438 | func (x *workerStreamSnapshotServer) Send(m *KVS) error { |
| 6439 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected