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

Method Bugs

cache/repo_cache.go:141–143  ·  view source on GitHub ↗

Bugs gives access to the Bug entities

()

Source from the content-addressed store, hash-verified

139
140// Bugs gives access to the Bug entities
141func (c *RepoCache) Bugs() *RepoCacheBug {
142 return c.bugs
143}
144
145// Identities gives access to the Identity entities
146func (c *RepoCache) Identities() *RepoCacheIdentity {

Callers 15

TestCacheFunction · 0.80
TestCachePushPullFunction · 0.80
TestRemoveFunction · 0.80
TestCacheEvictionFunction · 0.80
TestLongDescriptionFunction · 0.80
TestGithubImporterFunction · 0.80
ExportAllMethod · 0.80
ensureIssueMethod · 0.80
testCasesFunction · 0.80
TestGithubPushPullFunction · 0.80
ImportAllMethod · 0.80

Calls

no outgoing calls

Tested by 13

TestCacheFunction · 0.64
TestCachePushPullFunction · 0.64
TestRemoveFunction · 0.64
TestCacheEvictionFunction · 0.64
TestLongDescriptionFunction · 0.64
TestGithubImporterFunction · 0.64
testCasesFunction · 0.64
TestGithubPushPullFunction · 0.64
TestGitlabImportFunction · 0.64
testCasesFunction · 0.64
TestGitlabPushPullFunction · 0.64