Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
function
getRandomString() {
45
return
Math.random().toString(36).substring(7);
46
}
47
48
Deno.test(
"Clear password authentication (unencrypted)"
,
async
() => {
49
const
client =
new
Client(getClearConfiguration(false));
Callers
1
connection_test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected