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

Struct TreeBuilder

tree.go:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185type TreeBuilder struct {
186 doNotCompare
187 ptr *C.git_treebuilder
188 repo *Repository
189}
190
191func (v *TreeBuilder) Free() {
192 runtime.SetFinalizer(v, nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected