Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
class
FilesystemAccessError(Exception):
27
""
"Raised when filesystem access is denied or fails."
""
28
pass
29
30
31
class
Filesystem:
Callers
7
_require_checkpoint
Method · 0.85
_validate_path
Method · 0.85
read
Method · 0.85
write
Method · 0.85
patch
Method · 0.85
append
Method · 0.85
list_dir
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected