MCPcopy Create free account
hub / github.com/libgit2/git2go / Objecter

Interface Objecter

object.go:31–33  ·  view source on GitHub ↗

Objecter lets us accept any kind of Git object in functions.

Source from the content-addressed store, hash-verified

29
30// Objecter lets us accept any kind of Git object in functions.
31type Objecter interface {
32 AsObject() *Object
33}
34
35func (t ObjectType) String() string {
36 switch t {

Callers 2

CreateMethod · 0.65
CreateLightweightMethod · 0.65

Implementers 4

Treetree.go
Blobblob.go
Tagtag.go
Commitcommit.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…