MCPcopy Index your code
hub / github.com/ChimeraCoder/gitgo / Tree

Struct Tree

object.go:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type Tree struct {
61 _type string
62 Blobs []objectMeta
63 Trees []objectMeta
64 size string
65}
66
67func (t Tree) Type() string {
68 return t._type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected