MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / generateTwoRandomWords

Function generateTwoRandomWords

apps/webapp/app/utils/randomWords.ts:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function generateTwoRandomWords() {
2 return randomWords({ exactly: 2, join: "-" });
3}
4
5function randomWords({ exactly, join }: { exactly: number; join: string }): string {
6 const words: string[] = [];

Callers 1

RegenerateApiKeyModalFunction · 0.90

Calls 1

randomWordsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…