(&mut self)
| 458 | |
| 459 | impl Plugin for GtcrnPlugin { |
| 460 | fn activate(&mut self) { |
| 461 | // Note: Ring buffers are not easily cleared without recreation. |
| 462 | // The prefill ensures we start with known state. |
| 463 | } |
| 464 | |
| 465 | fn deactivate(&mut self) { |
| 466 | // Nothing needed - worker continues running |
nothing calls this directly
no outgoing calls
no test coverage detected