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

Function get_codspeed_valgrind_binary

src/executor/valgrind/setup.rs:46–50  ·  view source on GitHub ↗
(system_info: &SystemInfo)

Source from the content-addressed store, hash-verified

44}
45
46fn get_codspeed_valgrind_binary(system_info: &SystemInfo) -> Result<PinnedBinary> {
47 Ok(PinnedBinary::ValgrindDeb(get_codspeed_valgrind_target(
48 system_info,
49 )?))
50}
51
52pub(super) fn is_codspeed_valgrind_installation_supported(system_info: &SystemInfo) -> bool {
53 get_codspeed_valgrind_target(system_info).is_ok()

Callers 1

install_valgrindFunction · 0.85

Calls 1

Tested by

no test coverage detected