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

Method setup

src/executor/mod.rs:128–134  ·  view source on GitHub ↗
(
        &self,
        _system_info: &SystemInfo,
        _setup_cache_dir: Option<&Path>,
    )

Source from the content-addressed store, hash-verified

126 fn support_level(&self, system_info: &SystemInfo) -> ExecutorSupport;
127
128 async fn setup(
129 &self,
130 _system_info: &SystemInfo,
131 _setup_cache_dir: Option<&Path>,
132 ) -> Result<()> {
133 Ok(())
134 }
135
136 /// Grant any elevated privileges this executor needs (e.g. file capabilities).
137 /// Runs after [`setup`](Self::setup) and may prompt for sudo. Defaults to a

Callers 1

run_executorFunction · 0.45

Implementers 3

executor.rssrc/executor/wall_time/executor.rs
executor.rssrc/executor/memory/executor.rs
executor.rssrc/executor/valgrind/executor.rs

Calls

no outgoing calls

Tested by

no test coverage detected