MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / evict_stale

Method evict_stale

core/memory_v2.py:500–502  ·  view source on GitHub ↗

Evict files not accessed in the last LRU_EVICT_AFTER turns.

(self)

Source from the content-addressed store, hash-verified

498 return self.working.select_for_context(message, budget)
499
500 def evict_stale(self):
501 """Evict files not accessed in the last LRU_EVICT_AFTER turns."""
502 self.working.evict_stale()
503
504 # ── Summary / work log ───────────────────────────────────────────────────
505

Callers 3

tickMethod · 0.45

Calls

no outgoing calls