MCPcopy
hub / github.com/qishibo/AnotherRedisDesktopManager / randomString

Function randomString

src/util.js:375–377  ·  view source on GitHub ↗
(len = 5)

Source from the content-addressed store, hash-verified

373 return debounced;
374 },
375 randomString(len = 5) {
376 return Math.random().toString(36).substr(-len);
377 },
378 createAndDownloadFile(fileName, content) {
379 const aTag = document.createElement('a');
380 const blob = new Blob([content]);

Callers 2

updateConnectionNameFunction · 0.85
getConnectionKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected