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

Function randomWord

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

Source from the content-addressed store, hash-verified

1976];
1977
1978function randomWord(): string {
1979 return wordList[Math.floor(Math.random() * wordList.length)];
1980}

Callers 1

randomWordsFunction · 0.85

Calls 1

randomMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…