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

Method support_level

src/executor/memory/executor.rs:123–128  ·  view source on GitHub ↗
(&self, system_info: &SystemInfo)

Source from the content-addressed store, hash-verified

121 }
122
123 fn support_level(&self, system_info: &SystemInfo) -> ExecutorSupport {
124 match &system_info.os {
125 SupportedOs::Linux(_) => ExecutorSupport::FullySupported,
126 SupportedOs::Macos { .. } => ExecutorSupport::Unsupported,
127 }
128 }
129
130 async fn setup(
131 &self,

Callers 3

setup_executorFunction · 0.45
statusFunction · 0.45
run_executorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected