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

Function random

packages/maintenance/src/set-missing-path-domains.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { slugify } from '@linen/utilities/string';
3
4const random = () => 'r-' + (Math.random() + 1).toString(36).substring(2);
5
6(async function () {
7 const result = await prisma.accounts.findMany({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected