MCPcopy
hub / github.com/BuilderIO/agent-native / fetch

Function fetch

packages/docs/ssr-entry.ts:12–14  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

10
11export default {
12 async fetch(request: Request) {
13 return handler(request);
14 },
15};

Callers 15

apiCallFunction · 0.50
graphFunction · 0.50
completeOAuthFunction · 0.50
completeOAuthFunction · 0.50
createMeetingFunction · 0.50
deleteMeetingFunction · 0.50
apiCallFunction · 0.50
completeOAuthFunction · 0.50
fetchJsonFunction · 0.50
handleAddFunction · 0.50
handleDeleteFunction · 0.50
refreshStatusesFunction · 0.50

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected