MCPcopy Create free account
hub / github.com/github/copilot-sdk / exists

Method exists

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

Source from the content-addressed store, hash-verified

570 handle.write(content)
571
572 async def exists(self, path: str) -> bool:
573 return self._path(path).exists()
574
575 async def stat(self, path: str) -> SessionFsFileInfo:
576 p = self._path(path)

Callers

nothing calls this directly

Calls 2

_pathMethod · 0.95
existsMethod · 0.65

Tested by

no test coverage detected