MCPcopy
hub / github.com/drizzle-team/drizzle-orm / randomString

Function randomString

integration-tests/tests/utils.ts:14–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14export const randomString = () =>
15 Array.from({ length: 10 }, () => 'abcdefghijklmnopqrstuvwxyz'[Math.floor(Math.random() * 26)]).join('');

Callers 14

neon-http.test.tsFile · 0.90
vercel-pg.test.tsFile · 0.90
xata-http.test.tsFile · 0.90
pg-custom.test.tsFile · 0.90
awsdatapi.test.tsFile · 0.90
libsql.test.tsFile · 0.90
libsql-ws.test.tsFile · 0.90

Calls 2

randomMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected