MCPcopy Index your code
hub / github.com/git-bug/git-bug / Id

Method Id

entity/resolver.go:12–12  ·  view source on GitHub ↗

Id returns the object identifier.

()

Source from the content-addressed store, hash-verified

10type Resolved interface {
11 // Id returns the object identifier.
12 Id() Id
13}
14
15// Resolver is an interface to find an Entity from its Id

Callers 15

MergeAllFunction · 0.65
readFunction · 0.65
MergeMethod · 0.65
IdMethod · 0.65
SetUserIdentityFunction · 0.65
TestIdentityCommitLoadFunction · 0.65
ApplyMethod · 0.65
ApplyMethod · 0.65
EditCommentFunction · 0.65
EditCreateCommentFunction · 0.65
TestEditFunction · 0.65
ApplyMethod · 0.65

Implementers 15

IdentityExcerptcache/identity_excerpt.go
BugExcerptcache/bug_excerpt.go
Identityentities/identity/identity.go
IdentityStubentities/identity/identity_stub.go
versionentities/identity/version.go
LabelChangeOperationentities/bug/op_label_change.go
CreateOperationentities/bug/op_create.go
EditCommentOperationentities/bug/op_edit_comment.go
SetStatusOperationentities/bug/op_set_status.go
SetTitleOperationentities/bug/op_set_title.go
AddCommentOperationentities/bug/op_add_comment.go
Snapshotentities/bug/snapshot.go

Calls

no outgoing calls

Tested by 4

TestIdentityCommitLoadFunction · 0.52
TestEditFunction · 0.52
TestCreateFunction · 0.52
TestIDFunction · 0.52