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

Method selected_profile_name

src/config.rs:274–276  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

272 }
273
274 pub fn selected_profile_name(&self) -> &str {
275 &self.selected_profile
276 }
277
278 pub fn profiles(&self) -> &BTreeMap<String, ProfileConfig> {
279 &self.persisted.profiles

Callers 1

loginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected