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

Class CodSpeedConfig

src/config.rs:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101/// [`PersistedConfig`].
102#[derive(Debug, Clone)]
103pub struct CodSpeedConfig {
104 persisted: PersistedConfig,
105 pub auth: AuthConfig,
106 pub api_url: String,
107 pub upload_url: String,
108 selected_profile: String,
109}
110
111fn default_profile_name() -> String {
112 DEFAULT_PROFILE_NAME.to_owned()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected