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

Method rm

python/e2e/test_session_fs_e2e.py:610–611  ·  view source on GitHub ↗
(self, path: str, recursive: bool, force: bool)

Source from the content-addressed store, hash-verified

608 return entries
609
610 async def rm(self, path: str, recursive: bool, force: bool) -> None:
611 self._path(path).unlink()
612
613 async def rename(self, src: str, dest: str) -> None:
614 d = self._path(dest)

Callers

nothing calls this directly

Calls 1

_pathMethod · 0.95

Tested by

no test coverage detected