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

Method is_tracked

core/memory_v2.py:281–282  ·  view source on GitHub ↗
(self, file_path: str)

Source from the content-addressed store, hash-verified

279 return file_path if file_path in self._files else None
280
281 def is_tracked(self, file_path: str) -> bool:
282 return file_path in self._files
283
284 def _is_protected(self, file_path: str) -> bool:
285 return any(p in file_path for p in self._protected_patterns)

Callers 2

Calls

no outgoing calls

Tested by 2