MCPcopy 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

sqlite3InitModuleFunction · 0.70
addCapacityMethod · 0.70
apiVersionCheckFunction · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected