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

TypeAlias IndexAddOption

index.go:25–25  ·  view source on GitHub ↗

IndexAddOption is a set of flags for APIs that add files matching pathspec.

Source from the content-addressed store, hash-verified

23
24// IndexAddOption is a set of flags for APIs that add files matching pathspec.
25type IndexAddOption uint
26
27const (
28 IndexAddDefault IndexAddOption = C.GIT_INDEX_ADD_DEFAULT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected