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

Struct Tree

tree.go:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type Tree struct {
27 doNotCompare
28 Object
29 cast_ptr *C.git_tree
30}
31
32func (t *Tree) AsObject() *Object {
33 return &t.Object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected