MCPcopy Index your code
hub / github.com/github/copilot-sdk / readdir

Method readdir

python/e2e/test_session_fs_e2e.py:594–595  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

592 p.mkdir()
593
594 async def readdir(self, path: str) -> list[str]:
595 return sorted(entry.name for entry in self._path(path).iterdir())
596
597 async def readdir_with_types(self, path: str) -> list[SessionFSReaddirWithTypesEntry]:
598 entries = []

Callers

nothing calls this directly

Calls 1

_pathMethod · 0.95

Tested by

no test coverage detected