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

Interface GitObject

object.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type GitObject interface {
13 Type() string
14}
15
16type gitObject struct {
17 Type string

Callers 1

parseObjFunction · 0.65

Implementers 3

Blobobject.go
Commitobject.go
Treeobject.go

Calls

no outgoing calls

Tested by

no test coverage detected