(&self)
| 18 | #[async_trait(?Send)] |
| 19 | impl Executor for ValgrindExecutor { |
| 20 | fn name(&self) -> ExecutorName { |
| 21 | ExecutorName::Valgrind |
| 22 | } |
| 23 | |
| 24 | fn tool_status(&self) -> Option<ToolStatus> { |
| 25 | Some(get_valgrind_status()) |
nothing calls this directly
no outgoing calls
no test coverage detected