Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ genId
Function
genId
website/src/hooks/use-toast.ts:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
let
count = 0;
23
24
function
genId() {
25
count = (count + 1) % Number.MAX_SAFE_INTEGER;
26
return
count.toString();
27
}
28
29
type
ActionType = typeof actionTypes;
30
Callers
1
toast
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected