()
| 101 | } |
| 102 | |
| 103 | func (n *NullMessageSource) ReadChan() <-chan proto.Message { |
| 104 | return n.msgChan |
| 105 | } |
| 106 | |
| 107 | func (n *NullMessageSource) IsClosed() bool { |
| 108 | return n.isClosed.Load() |
nothing calls this directly
no outgoing calls
no test coverage detected