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

Function fetch

sdks/python/tests/test_v1_pagination.py:9–10  ·  view source on GitHub ↗
(cursor)

Source from the content-addressed store, hash-verified

7
8def make_pages(data):
9 async def fetch(cursor):
10 return data[cursor if cursor is not None else "__start__"]
11
12 return fetch
13

Callers 15

_singleFunction · 0.85
rawMethod · 0.85
execRequestMethod · 0.85
sendMethod · 0.85
loginFunction · 0.85
forwardMessageFunction · 0.85
requestMethod · 0.85
http.test.tsFile · 0.85
postFunction · 0.85
fireFunction · 0.85
AuthProviderFunction · 0.85
requestFunction · 0.85

Calls 1

PageClass · 0.90

Tested by

no test coverage detected