MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / rmtree

Method rmtree

src/environment/filesystem/storage.py:73–76  ·  view source on GitHub ↗
(self, path: Path)

Source from the content-addressed store, hash-verified

71 await asyncio.to_thread(_rename)
72
73 async def rmtree(self, path: Path) -> None:
74 import shutil
75
76 await asyncio.to_thread(lambda: shutil.rmtree(path))
77
78

Callers

nothing calls this directly

Calls 1

rmtreeMethod · 0.45

Tested by

no test coverage detected