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

Function is_system_compatible

src/executor/helpers/apt.rs:9–11  ·  view source on GitHub ↗
(system_info: &SystemInfo)

Source from the content-addressed store, hash-verified

7const METADATA_FILENAME: &str = "./tmp/codspeed-cache-metadata.txt";
8
9pub fn is_system_compatible(system_info: &SystemInfo) -> bool {
10 matches!(system_info.os, SupportedOs::Linux(ref distro) if distro.is_supported())
11}
12
13/// Installs packages with caching support.
14///

Callers 4

installFunction · 0.85
restore_from_cacheFunction · 0.85
save_to_cacheFunction · 0.85
is_valgrind_installedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected