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

Method status

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

Source from the content-addressed store, hash-verified

371 return 0
372
373 def status(self) -> dict:
374 return {
375 "available": self._available,
376 "embeddings": self.count(),
377 "init_error": self._init_error,
378 }
379
380
381# ────────────────────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

countMethod · 0.95

Tested by

no test coverage detected