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

Function file_is_dir

tools/file_tools.py:226–228  ·  view source on GitHub ↗

Check if path is a directory.

(path: str)

Source from the content-addressed store, hash-verified

224
225
226def file_is_dir(path: str) -> bool:
227 """Check if path is a directory."""
228 return _get_fs().is_dir(path)

Callers

nothing calls this directly

Calls 2

_get_fsFunction · 0.85
is_dirMethod · 0.80

Tested by

no test coverage detected