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

Class ExecutorTarget

src/executor/orchestrator.rs:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 struct ExecutorTarget<'a> {
109 command: String,
110 mode: &'a RunnerMode,
111 label: String,
112 uses_exec_harness: bool,
113 }
114
115 // Flatten into (command, mode) run parts
116 let modes = &self.config.modes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected