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

Function install_memtrack

src/executor/memory/setup.rs:159–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159pub async fn install_memtrack() -> Result<()> {
160 ensure_binary_installed(
161 MEMTRACK_COMMAND,
162 MEMTRACK_CODSPEED_VERSION,
163 PinnedBinary::MemtrackInstaller,
164 )
165 .await
166}

Callers 1

setupMethod · 0.85

Calls 1

ensure_binary_installedFunction · 0.85

Tested by

no test coverage detected