MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / tool_status

Method tool_status

src/executor/wall_time/executor.rs:155–157  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected