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

Struct Blob

object.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type Blob struct {
36 _type string
37 size string
38 Contents string
39}
40
41func (b Blob) Type() string {
42 return b._type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected