MCPcopy Create free account
hub / github.com/git-bug/git-bug / notifyUpdated

Method notifyUpdated

cache/cached.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (e *CachedEntityBase[SnapT, OpT]) notifyUpdated() error {
35 return e.entityUpdated(e.entity.Id())
36}
37
38// ResolveOperationWithMetadata will find an operation that has the matching metadata
39func (e *CachedEntityBase[SnapT, OpT]) ResolveOperationWithMetadata(key string, value string) (entity.Id, error) {

Callers 11

CommitMethod · 0.95
CommitAsNeededMethod · 0.95
AddCommentRawMethod · 0.45
ChangeLabelsRawMethod · 0.45
ForceChangeLabelsRawMethod · 0.45
OpenRawMethod · 0.45
CloseRawMethod · 0.45
SetTitleRawMethod · 0.45
EditCreateCommentRawMethod · 0.45
EditCommentRawMethod · 0.45
SetMetadataRawMethod · 0.45

Calls 2

entityUpdatedMethod · 0.80
IdMethod · 0.65

Tested by

no test coverage detected