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

Interface Resolved

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

Resolved is a minimal interface on which Resolver operates on. Notably, this operates on Entity and Excerpt in the cache.

Source from the content-addressed store, hash-verified

8// Resolved is a minimal interface on which Resolver operates on.
9// Notably, this operates on Entity and Excerpt in the cache.
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
16type Resolver interface {

Callers 8

MergeAllFunction · 0.65
readFunction · 0.65
MergeMethod · 0.65
IdMethod · 0.65
SetUserIdentityFunction · 0.65
TestIdentityCommitLoadFunction · 0.65
ApplyMethod · 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

no test coverage detected