MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / count

Method count

src/services/compact/session_memory_compact.py:383–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381
382 @property
383 def count(self) -> int:
384 return len(self._entries)
385
386 def clear(self) -> None:
387 self._entries.clear()

Callers 15

_find_similar_fileFunction · 0.80
_edit_callFunction · 0.80
truncate_outputFunction · 0.80
format_compact_summaryFunction · 0.80
_copy_or_writeFunction · 0.80
_pickMethod · 0.80

Calls

no outgoing calls