MCPcopy 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
104export function getRandomUserAgent() {
105 return userAgents[Math.floor(Math.random() * userAgents.length)];
106}

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected