()
| 200 | |
| 201 | impl Default for LocalStats { |
| 202 | fn default() -> Self { |
| 203 | Self { execs: 0, crashes: 0, timeouts: 0, last_sync: Instant::now() } |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | impl LocalStats { |
nothing calls this directly
no outgoing calls
no test coverage detected