IndexAddOption is a set of flags for APIs that add files matching pathspec.
| 23 | |
| 24 | // IndexAddOption is a set of flags for APIs that add files matching pathspec. |
| 25 | type IndexAddOption uint |
| 26 | |
| 27 | const ( |
| 28 | IndexAddDefault IndexAddOption = C.GIT_INDEX_ADD_DEFAULT |
nothing calls this directly
no outgoing calls
no test coverage detected