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

Method setup

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

Source from the content-addressed store, hash-verified

128 }
129
130 async fn setup(
131 &self,
132 _system_info: &SystemInfo,
133 _setup_cache_dir: Option<&Path>,
134 ) -> Result<()> {
135 install_memtrack().await
136 }
137
138 fn grant_privileges(&self) -> Result<()> {
139 ensure_memtrack_capabilities()

Callers

nothing calls this directly

Calls 1

install_memtrackFunction · 0.85

Tested by

no test coverage detected