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

Method _path

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

Source from the content-addressed store, hash-verified

553 self._session_id = session_id
554
555 def _path(self, path: str) -> Path:
556 return provider_path(self._provider_root, self._session_id, path)
557
558 async def read_file(self, path: str) -> str:
559 return self._path(path).read_text(encoding="utf-8")

Callers 10

read_fileMethod · 0.95
write_fileMethod · 0.95
append_fileMethod · 0.95
existsMethod · 0.95
statMethod · 0.95
mkdirMethod · 0.95
readdirMethod · 0.95
readdir_with_typesMethod · 0.95
rmMethod · 0.95
renameMethod · 0.95

Calls 1

provider_pathFunction · 0.85

Tested by

no test coverage detected