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

Method default

src/config.rs:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74impl Default for PersistedConfig {
75 fn default() -> Self {
76 let mut profiles = BTreeMap::new();
77 profiles.insert(DEFAULT_PROFILE_NAME.to_owned(), ProfileConfig::default());
78 Self {
79 version: CURRENT_CONFIG_VERSION,
80 profiles,
81 }
82 }
83}
84
85/// CLI-supplied overrides applied on top of the selected profile when

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected