MCPcopy Create free account
hub / github.com/context-space/context-space / handler

Function handler

web/src/lib/api-proxy.ts:75–76  ·  view source on GitHub ↗
(request: NextRequest, context: ProxyRouteParams)

Source from the content-addressed store, hash-verified

73 const proxy = new APIProxy(options)
74
75 const handler = (request: NextRequest, context: ProxyRouteParams) =>
76 proxy.handleRequest(request, context)
77
78 return {
79 GET: handler,

Callers 15

ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls 1

handleRequestMethod · 0.80

Tested by

no test coverage detected