MCPcopy Create free account
hub / github.com/denodrivers/postgres / getRandomString

Function getRandomString

tests/connection_test.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function getRandomString() {
45 return Math.random().toString(36).substring(7);
46}
47
48Deno.test("Clear password authentication (unencrypted)", async () => {
49 const client = new Client(getClearConfiguration(false));

Callers 1

connection_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected