Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleChrome/samples
/ getRandomName
Function
getRandomName
sqlite-wasm-cos/sqlite3.mjs:19839–19839 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19837
suitable
for
use as a random filename.
19838
*/
19839
const
getRandomName = ()=>Math.random().toString(36).slice(2);
19840
19841
const
textDecoder =
new
TextDecoder();
19842
const
textEncoder =
new
TextEncoder();
Callers
3
sqlite3InitModule
Function · 0.70
addCapacity
Method · 0.70
apiVersionCheck
Function · 0.70
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected