MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / fetch

Method fetch

sdks/python/src/e2a/v1/client.py:391–394  ·  view source on GitHub ↗
(_cursor: Optional[str])

Source from the content-addressed store, hash-verified

389
390 def list(self) -> AutoPager[ReviewView]:
391 async def fetch(_cursor: Optional[str]) -> Page:
392 resp = await self._c._read(lambda h: self._api.list_reviews(_headers=h))
393 # No cursor param: single-page at GA — see AgentsResource.list.
394 return _page(resp.items)
395
396 return AutoPager(fetch)
397

Callers

nothing calls this directly

Calls 3

_pageFunction · 0.85
_readMethod · 0.80
list_reviewsMethod · 0.80

Tested by

no test coverage detected