Watch for remote node changes
(&self)
| 658 | |
| 659 | /// Watch for remote node changes |
| 660 | pub fn watch_nodes(&self) -> watch::Receiver<()> { |
| 661 | self.persistent.watch_prefix(keys::NODE_PREFIX) |
| 662 | } |
| 663 | |
| 664 | // ==================== Persistence ==================== |
| 665 |
no outgoing calls
no test coverage detected