(ctx context.Context)
| 765 | } |
| 766 | |
| 767 | func (rw *readerWriter) PollNow(ctx context.Context) { |
| 768 | rw.pollBlocklist(ctx) |
| 769 | } |
| 770 | |
| 771 | // PollNotification returns a context.Done() channel, the closure of which indicates |
| 772 | // that the blocklist has been updated. The channel is never written to, but |
nothing calls this directly
no test coverage detected