Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
export
function
NotFound(): NotFoundResponse {
6
return
{
7
notFound: true,
8
};
9
}
10
11
export
function
RedirectTo(url: string) {
12
return
{
Callers
12
getConfigurationsServerSideProps
Function · 0.90
getMetricsServerSideProps
Function · 0.90
threadGetServerSideProps
Function · 0.90
inboxGetServerSideProps
Function · 0.90
topicGetServerSideProps
Function · 0.90
ssrGetServerSideProps
Function · 0.90
getBrandingServerSideProps
Function · 0.90
channelGetServerSideProps
Function · 0.90
getChannelsSettingsServerSideProps
Function · 0.90
getPlansServerSideProps
Function · 0.90
getMembersServerSideProps
Function · 0.90
ssrGetServerSideProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected