MCPcopy 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
29func (c *lruIdCache) GetOldestToNewest() (ids []entity.Id) {
30 return c.Keys()
31}

Callers 1

evictIfNeededMethod · 0.80

Calls 1

KeysMethod · 0.65

Tested by

no test coverage detected