MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / NotFound

Function NotFound

apps/web/utilities/response.ts:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3}
4
5export function NotFound(): NotFoundResponse {
6 return {
7 notFound: true,
8 };
9}
10
11export function RedirectTo(url: string) {
12 return {

Callers 12

threadGetServerSidePropsFunction · 0.90
inboxGetServerSidePropsFunction · 0.90
topicGetServerSidePropsFunction · 0.90
ssrGetServerSidePropsFunction · 0.90
getPlansServerSidePropsFunction · 0.90
ssrGetServerSidePropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected