(&self)
| 111 | |
| 112 | impl SystemControl for DummyControl { |
| 113 | unsafe fn force_reset(&self) -> Result<(), CameraError> { |
| 114 | Ok(()) |
| 115 | } |
| 116 | fn set_trigger(&self, _config: TriggerConfig) -> Result<(), CameraError> { |
| 117 | Ok(()) |
| 118 | } |
nothing calls this directly
no outgoing calls
no test coverage detected