Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
func
(i *IdentityCache) notifyUpdated() error {
32
return
i.entityUpdated(i.Identity.Id())
33
}
34
35
func
(i *IdentityCache) Mutate(repo repository.RepoClock, f
func
(*identity.Mutator)) error {
36
i.mu.Lock()
Callers
3
Mutate
Method · 0.95
Commit
Method · 0.95
CommitAsNeeded
Method · 0.95
Calls
2
entityUpdated
Method · 0.80
Id
Method · 0.65
Tested by
no test coverage detected