MCPcopy Create free account
hub / github.com/cloudflare/meet / remixHandler

Function remixHandler

server.ts:19–21  ·  view source on GitHub ↗
(request: Request, env: AppLoadContext)

Source from the content-addressed store, hash-verified

17const baseRemixHandler = createRequestHandler(build, mode)
18
19export const remixHandler = (request: Request, env: AppLoadContext) => {
20 return baseRemixHandler(request, { ...env, mode })
21}
22
23const notImplemented = () => {
24 throw new Error('Not implemented')

Callers 1

fetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected