| 243 | } |
| 244 | |
| 245 | type mockConnectStreamServer struct { |
| 246 | grpc.ServerStream |
| 247 | ctx context.Context |
| 248 | } |
| 249 | |
| 250 | func (m *mockConnectStreamServer) Context() context.Context { |
| 251 | return m.ctx |
nothing calls this directly
no outgoing calls
no test coverage detected