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

Method profiles

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

Source from the content-addressed store, hash-verified

276 }
277
278 pub fn profiles(&self) -> &BTreeMap<String, ProfileConfig> {
279 &self.persisted.profiles
280 }
281
282 pub fn profile(&self, profile_name: &str) -> Option<&ProfileConfig> {
283 self.persisted.profiles.get(profile_name)

Callers 1

listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected