MCPcopy Create free account
hub / github.com/libgit2/git2go / ApplyLocation

TypeAlias ApplyLocation

diff.go:1013–1013  ·  view source on GitHub ↗

ApplyLocation represents the possible application locations for applying diffs.

Source from the content-addressed store, hash-verified

1011// ApplyLocation represents the possible application locations for applying
1012// diffs.
1013type ApplyLocation int
1014
1015const (
1016 // ApplyLocationWorkdir applies the patch to the workdir, leaving the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected