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

Method AsObject

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

Source from the content-addressed store, hash-verified

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 {

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