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

Method Type

object.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

parseObjFunction · 0.65

Implementers 3

Blobobject.go
Commitobject.go
Treeobject.go

Calls

no outgoing calls

Tested by

no test coverage detected