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

Class GitRemote

src/cli/run/helpers/parse_git_remote.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Debug)]
15pub struct GitRemote {
16 pub domain: String,
17 pub owner: String,
18 pub repository: String,
19}
20
21/// Parsed repository info including the CodSpeed provider
22#[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected