MCPcopy 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
54impl Display for SupportedOs {

Callers 1

fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected