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

Method stat

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

Source from the content-addressed store, hash-verified

12 async def write_bytes(self, path: Path, data: bytes, *, overwrite: bool) -> None: ...
13
14 async def stat(self, path: Path) -> os.stat_result: ...
15
16 async def listdir(self, path: Path) -> list[str]: ...
17

Callers 7

get_file_infoFunction · 0.45
get_infoMethod · 0.45
_track_downloadMethod · 0.45
_handle_cdp_downloadMethod · 0.45
_handle_downloadMethod · 0.45
test_service_layerMethod · 0.45
find_latest_results_fileFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_service_layerMethod · 0.36