Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ set-missing-path-domains.ts
File
set-missing-path-domains.ts
packages/maintenance/src/set-missing-path-domains.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ prisma } from
'@linen/database'
;
2
import
{ slugify } from
'@linen/utilities/string'
;
3
4
const
random = () =>
'r-'
+ (Math.random() + 1).toString(36).substring(2);
Callers
nothing calls this directly
Calls
3
slugify
Function · 0.90
random
Function · 0.70
update
Method · 0.45
Tested by
no test coverage detected