Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1978
function
randomWord(): string {
1979
return
wordList[Math.floor(Math.random() * wordList.length)];
1980
}
Callers
1
randomWords
Function · 0.85
Calls
1
random
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…