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

Method AsObject

tree.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (t *Tree) AsObject() *Object {
33 return &t.Object
34}
35
36type TreeEntry struct {
37 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected