Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
type
GitObject
interface
{
13
Type() string
14
}
15
16
type
gitObject
struct
{
17
Type string
Callers
1
parseObj
Function · 0.65
Implementers
3
Blob
object.go
Commit
object.go
Tree
object.go
Calls
no outgoing calls
Tested by
no test coverage detected