(_msg proto.Message)
| 59 | } |
| 60 | |
| 61 | func (n *NullMessageSink) WriteMessage(_msg proto.Message) error { |
| 62 | return nil |
| 63 | } |
| 64 | |
| 65 | func (n *NullMessageSink) IsClosed() bool { |
| 66 | return n.isClosed.Load() |
nothing calls this directly
no outgoing calls
no test coverage detected