| 19 | } |
| 20 | |
| 21 | pub trait OpenclawRunner { |
| 22 | fn run(&mut self, args: &[String]) -> Result<OpenclawCommandOutput, String>; |
| 23 | } |
| 24 | |
| 25 | #[derive(Debug, Default)] |
| 26 | pub struct RealOpenclawRunner; |
nothing calls this directly
no outgoing calls
no test coverage detected