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

Struct Index

index.go:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51)
52
53type Index struct {
54 doNotCompare
55 ptr *C.git_index
56 repo *Repository
57}
58
59type IndexTime struct {
60 Seconds int32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected