MCPcopy 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

1import { prisma } from '@linen/database';
2import { slugify } from '@linen/utilities/string';
3
4const random = () => 'r-' + (Math.random() + 1).toString(36).substring(2);

Callers

nothing calls this directly

Calls 3

slugifyFunction · 0.90
randomFunction · 0.70
updateMethod · 0.45

Tested by

no test coverage detected