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

Class FilesystemAccessError

core/filesystem.py:26–28  ·  view source on GitHub ↗

Raised when filesystem access is denied or fails.

Source from the content-addressed store, hash-verified

24
25
26class FilesystemAccessError(Exception):
27 """Raised when filesystem access is denied or fails."""
28 pass
29
30
31class Filesystem:

Callers 7

_require_checkpointMethod · 0.85
_validate_pathMethod · 0.85
readMethod · 0.85
writeMethod · 0.85
patchMethod · 0.85
appendMethod · 0.85
list_dirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected