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

Method fmt

src/run_environment/interfaces.rs:17–23  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

15
16impl fmt::Display for RepositoryProvider {
17 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
18 match self {
19 RepositoryProvider::GitHub => write!(f, "Github"),
20 RepositoryProvider::GitLab => write!(f, "Gitlab"),
21 RepositoryProvider::Project => write!(f, "Project"),
22 }
23 }
24}
25
26#[derive(Deserialize, Serialize, Debug, Clone, PartialEq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected