function genId()

in 3-ai-native-e2e-sample/frontend/src/hooks/use-toast.ts [30:33]


function genId() {
  count = (count + 1) % Number.MAX_SAFE_INTEGER
  return count.toString()
}