MCPcopy Create free account
hub / github.com/MotrixLab/insactor / Existence

Class Existence

diffplanner/utils/path_utils.py:54–61  ·  view source on GitHub ↗

State of file existence.

Source from the content-addressed store, hash-verified

52
53
54class Existence(Enum):
55 """State of file existence."""
56 FileExist = 0
57 DirectoryExistEmpty = 1
58 DirectoryExistNotEmpty = 2
59 MissingParent = 3
60 DirectoryNotExist = 4
61 FileNotExist = 5
62
63
64def check_path_existence(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected