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

Method Identities

cache/repo_cache.go:146–148  ·  view source on GitHub ↗

Identities gives access to the Identity entities

()

Source from the content-addressed store, hash-verified

144
145// Identities gives access to the Identity entities
146func (c *RepoCache) Identities() *RepoCacheIdentity {
147 return c.identities
148}
149
150func (c *RepoCache) getResolvers() entity.Resolvers {
151 return c.resolvers

Callers 15

TestCacheFunction · 0.80
TestCachePushPullFunction · 0.80
TestRemoveFunction · 0.80
TestCacheEvictionFunction · 0.80
TestLongDescriptionFunction · 0.80
FinishConfigFunction · 0.80
cacheAllClientMethod · 0.80
ensurePersonMethod · 0.80
getGhostMethod · 0.80
TestGithubPushPullFunction · 0.80
ensurePersonMethod · 0.80

Calls

no outgoing calls

Tested by 10

TestCacheFunction · 0.64
TestCachePushPullFunction · 0.64
TestRemoveFunction · 0.64
TestCacheEvictionFunction · 0.64
TestLongDescriptionFunction · 0.64
TestGithubPushPullFunction · 0.64
TestGitlabPushPullFunction · 0.64
TestSelectFunction · 0.64
TestGitFileHandlersFunction · 0.64