Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ is_valid_path
Function
is_valid_path
archinstall/lib/utils/util.py:52–53 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
50
51
52
def
is_valid_path(path: Path) -> bool:
53
return
path.exists() and path.is_dir()
Callers
3
save
Method · 0.90
save_user_config
Method · 0.90
save_user_creds
Method · 0.90
Calls
1
exists
Method · 0.45
Tested by
no test coverage detected