MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / RedirectTo

Function RedirectTo

apps/web/utilities/response.ts:11–18  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

9}
10
11export function RedirectTo(url: string) {
12 return {
13 redirect: {
14 destination: url,
15 permanent: false,
16 },
17 };
18}

Callers 14

redirectChannelToDomainFunction · 0.90
redirectThreadToDomainFunction · 0.90
threadGetServerSidePropsFunction · 0.90
inboxGetServerSidePropsFunction · 0.90
topicGetServerSidePropsFunction · 0.90
ssrGetServerSidePropsFunction · 0.90
getPlansServerSidePropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected