Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ Len
Method
Len
cache/bug_excerpt.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
type
BugsById []*BugExcerpt
92
93
func
(b BugsById) Len() int {
94
return
len(b)
95
}
96
97
func
(b BugsById) Less(i, j int) bool {
98
return
b[i].id < b[j].id
Callers
12
evictIfNeeded
Method · 0.45
TestCache
Function · 0.45
TestCachePushPull
Function · 0.45
TestRemove
Function · 0.45
TestCacheEviction
Function · 0.45
RepoClockTest
Function · 0.45
splitFunc
Function · 0.45
render
Method · 0.45
Render
Method · 0.45
TestRegisterAndErrorAtCleaning
Function · 0.45
TestRegisterAndClean
Function · 0.45
TestCancel
Function · 0.45
Calls
no outgoing calls
Tested by
7
TestCache
Function · 0.36
TestCachePushPull
Function · 0.36
TestRemove
Function · 0.36
TestCacheEviction
Function · 0.36
TestRegisterAndErrorAtCleaning
Function · 0.36
TestRegisterAndClean
Function · 0.36
TestCancel
Function · 0.36