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

Method profile_mut

src/config.rs:286–291  ·  view source on GitHub ↗
(&mut self, profile_name: &str)

Source from the content-addressed store, hash-verified

284 }
285
286 pub fn profile_mut(&mut self, profile_name: &str) -> &mut ProfileConfig {
287 self.persisted
288 .profiles
289 .entry(profile_name.to_owned())
290 .or_default()
291 }
292
293 fn resolve_selected_profile(
294 &mut self,

Callers 3

setFunction · 0.80
loginFunction · 0.80

Calls

no outgoing calls

Tested by 1