(&mut self)
| 617 | |
| 618 | impl Drop for TapGuard { |
| 619 | fn drop(&mut self) { |
| 620 | if !self.disarmed { |
| 621 | teardown_tap_networking(&self.tap_device, &self.host_ip, self.gateway_port); |
| 622 | } |
| 623 | } |
| 624 | } |
| 625 | |
| 626 | /// Shared procguard cleanup callback for both libkrun and QEMU paths. |
nothing calls this directly
no test coverage detected