(mac)
| 1774 | logger.warning(f"[net-integrity] {msg}") |
| 1775 | |
| 1776 | return overall |
| 1777 | |
| 1778 | |
| 1779 | def net_integrity_monitor_loop(): |
| 1780 | """Background poller for the passive network-integrity monitor. No-op while |
no outgoing calls
no test coverage detected