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

Method get_protected_files

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

Source from the content-addressed store, hash-verified

285 return any(p in file_path for p in self._protected_patterns)
286
287 def get_protected_files(self) -> List[str]:
288 return [f.file_path for f in self._files.values() if f.is_protected]
289
290 def status(self) -> dict:
291 return {

Callers 5

statusMethod · 0.95
handle_commandFunction · 0.80

Calls

no outgoing calls