MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / GitConfig

Class GitConfig

flow-quickstart/src/git.rs:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46pub struct GitConfig<'a> {
47 remote: Cow<'a, str>,
48 branch: GitReference,
49 kind: RepoKind,
50 identity: Option<PathBuf>,
51}
52
53impl<'a> GitConfig<'a> {
54 /// Creates a new `GitConfig` by parsing `git` as a URL or a local path.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected