Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ version
Method
version
src/system/os.rs:46–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
44
}
45
46
pub fn version(&self) -> &str {
47
match self {
48
Self::Linux(distro) => distro.version(),
49
Self::Macos { version } => version,
50
}
51
}
52
}
53
54
impl Display for SupportedOs {
Callers
1
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected