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

Method count

core/memory_v2.py:365–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 return 0
364
365 def count(self) -> int:
366 if not self._available:
367 return 0
368 try:
369 return self._store.count()
370 except Exception:
371 return 0
372
373 def status(self) -> dict:
374 return {

Callers 4

statusMethod · 0.95
tool_patch_fileFunction · 0.45
show_file_writeFunction · 0.45

Calls

no outgoing calls

Tested by 1