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

Method notifyUpdated

cache/identity_cache.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (i *IdentityCache) notifyUpdated() error {
32 return i.entityUpdated(i.Identity.Id())
33}
34
35func (i *IdentityCache) Mutate(repo repository.RepoClock, f func(*identity.Mutator)) error {
36 i.mu.Lock()

Callers 3

MutateMethod · 0.95
CommitMethod · 0.95
CommitAsNeededMethod · 0.95

Calls 2

entityUpdatedMethod · 0.80
IdMethod · 0.65

Tested by

no test coverage detected