()
| 1181 | func (d *dummyServer) SendHeader(metadata.MD) error { return nil } |
| 1182 | func (d *dummyServer) SetTrailer(metadata.MD) {} |
| 1183 | func (d *dummyServer) Context() context.Context { return context.Background() } |
| 1184 | func (d *dummyServer) SendMsg(_ any) error { return nil } |
| 1185 | func (d *dummyServer) RecvMsg(_ any) error { return nil } |
| 1186 |
no outgoing calls
no test coverage detected