MCPcopy Create free account
hub / github.com/Seanium/ChatMap / genId

Function genId

components/ui/use-toast.ts:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26let count = 0
27
28function genId() {
29 count = (count + 1) % Number.MAX_VALUE
30 return count.toString()
31}
32
33type ActionType = typeof actionTypes
34

Callers 1

toastFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected