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

Method remove

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

Source from the content-addressed store, hash-verified

20 async def mkdir(self, path: Path, *, parents: bool) -> None: ...
21
22 async def remove(self, path: Path) -> None: ...
23
24 async def rename(self, old: Path, new: Path) -> None: ...
25

Callers 9

scaler.pyFile · 0.45
deleteMethod · 0.45
rmtreeMethod · 0.45
remove_listenerMethod · 0.45
install_minicapMethod · 0.45
_record_loopMethod · 0.45
unsubscribe_klineMethod · 0.45
unsubscribe_klineMethod · 0.45
_agent_speakMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected