MCPcopy Index your code
hub / github.com/github/git-sizer / Repository

Struct Repository

git/git.go:17–23  ·  view source on GitHub ↗

Repository represents a Git repository on disk.

Source from the content-addressed store, hash-verified

15
16// Repository represents a Git repository on disk.
17type Repository struct {
18 path string
19
20 // gitBin is the path of the `git` executable that should be used
21 // when running commands in this repository.
22 gitBin string
23}
24
25// smartJoin returns the path that can be described as `relPath`
26// relative to `path`, given that `path` is either absolute or is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected