MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / generateRandomWordAliasTag

Function generateRandomWordAliasTag

background.js:1909–1915  ·  view source on GitHub ↗
(parts = 3)

Source from the content-addressed store, hash-verified

1907];
1908
1909function generateRandomWordAliasTag(parts = 3) {
1910 const selected = [];
1911 for (let i = 0; i < parts; i++) {
1912 selected.push(GMAIL_ALIAS_WORDS[Math.floor(Math.random() * GMAIL_ALIAS_WORDS.length)]);
1913 }
1914 return selected.join('');
1915}
1916
1917function parseGmailBaseEmail(rawValue) {
1918 const value = String(rawValue || '').trim().toLowerCase();

Callers 1

buildGeneratedAliasEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected