Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
type
Blob
struct
{
36
_type string
37
size string
38
Contents string
39
}
40
41
func
(b Blob) Type() string {
42
return
b._type
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected