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

Class DiscoveredProjectConfig

src/project_config/discover.rs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14/// A project configuration paired with the path it was loaded from.
15#[derive(Debug)]
16pub struct DiscoveredProjectConfig {
17 pub config: ProjectConfig,
18 pub path: PathBuf,
19}
20
21impl DiscoveredProjectConfig {
22 /// Discover and load project configuration file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected