Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ GetOldestToNewest
Method
GetOldestToNewest
cache/lru_id_cache.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(c *lruIdCache) GetOldestToNewest() (ids []entity.Id) {
30
return
c.Keys()
31
}
Callers
1
evictIfNeeded
Method · 0.80
Calls
1
Keys
Method · 0.65
Tested by
no test coverage detected