Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ Add
Method
Add
cache/lru_id_cache.go:21–23 ·
view source on GitHub ↗
(id entity.Id)
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(c *lruIdCache) Add(id entity.Id) bool {
22
return
c.Cache.Add(id, nil)
23
}
24
func
(c *lruIdCache) GetOldest() (entity.Id, bool) {
25
id, _, present := c.Cache.GetOldest()
26
return
id, present
Callers
15
Resolve
Method · 0.80
add
Method · 0.80
MergeAll
Method · 0.80
buildCache
Method · 0.80
ImportAllSince
Method · 0.80
rateLimitingError
Function · 0.80
SearchTasks
Method · 0.80
RoundTrip
Method · 0.80
GetIssue
Method · 0.80
GetComments
Method · 0.80
GetChangeLog
Method · 0.80
parseSince
Function · 0.80
Calls
no outgoing calls
Tested by
4
rateLimitingError
Function · 0.64
normalizeParsedComments
Function · 0.64
requireCommentsEqual
Function · 0.64
TestGitFileHandlers
Function · 0.64