MCPcopy 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

22let count = 0;
23
24function genId() {
25 count = (count + 1) % Number.MAX_SAFE_INTEGER;
26 return count.toString();
27}
28
29type ActionType = typeof actionTypes;
30

Callers 1

toastFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected