MCPcopy
hub / github.com/go-git/go-git / ID

Method ID

plumbing/object/object.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42// objects in its encoded form.
43type Object interface {
44 ID() plumbing.Hash
45 Type() plumbing.ObjectType
46 Decode(plumbing.EncodedObject) error
47 Encode(plumbing.EncodedObject) error

Callers 15

TestCommitMethod · 0.65
TestCommitsMethod · 0.65
TestBlobMethod · 0.65
TestBlobsMethod · 0.65
TestTreeMethod · 0.65
TestTreesMethod · 0.65
TestObjectMethod · 0.65
TestObjectsMethod · 0.65
walkObjectTreeMethod · 0.65
TestChangeFilesInsertMethod · 0.65
TestChangeFilesDeleteMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestCommitMethod · 0.52
TestCommitsMethod · 0.52
TestBlobMethod · 0.52
TestBlobsMethod · 0.52
TestTreeMethod · 0.52
TestTreesMethod · 0.52
TestObjectMethod · 0.52
TestObjectsMethod · 0.52
TestChangeFilesInsertMethod · 0.52
TestChangeFilesDeleteMethod · 0.52
TestChangeFilesModifyMethod · 0.52