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

Method name

src/executor/valgrind/executor.rs:20–22  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

18#[async_trait(?Send)]
19impl 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())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected