(&self)
| 153 | } |
| 154 | |
| 155 | fn tool_status(&self) -> Option<ToolStatus> { |
| 156 | self.profiler.as_ref().and_then(|p| p.tool_status()) |
| 157 | } |
| 158 | |
| 159 | fn support_level(&self, system_info: &SystemInfo) -> ExecutorSupport { |
| 160 | match &system_info.os { |
nothing calls this directly
no outgoing calls
no test coverage detected