Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ getRandomUserAgent
Function
getRandomUserAgent
app/utilities/getRandomUserAgent.ts:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
];
103
104
export
function
getRandomUserAgent() {
105
return
userAgents[Math.floor(Math.random() * userAgents.length)];
106
}
Callers
1
loader
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected