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

Method profile

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

Source from the content-addressed store, hash-verified

280 }
281
282 pub fn profile(&self, profile_name: &str) -> Option<&ProfileConfig> {
283 self.persisted.profiles.get(profile_name)
284 }
285
286 pub fn profile_mut(&mut self, profile_name: &str) -> &mut ProfileConfig {
287 self.persisted

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected