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

Method status

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

Source from the content-addressed store, hash-verified

288 return [f.file_path for f in self._files.values() if f.is_protected]
289
290 def status(self) -> dict:
291 return {
292 "files": len(self._files),
293 "protected": len(self.get_protected_files()),
294 }
295
296
297# ────────────────────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

get_protected_filesMethod · 0.95

Tested by

no test coverage detected