MCPcopy Create free account
hub / github.com/Web3Auth/Auth / getUniqueId

Function getUniqueId

src/utils/jrpc.ts:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 * @returns The unique ID.
131 */
132export function getUniqueId(): number {
133 idCounter = (idCounter + 1) % MAX;
134 return idCounter;
135}
136
137// ─── Iterable / Entry Helpers ───────────────────────────────────────────────────
138

Callers 3

utils.test.tsFile · 0.90
providerFromEngineFunction · 0.90
_coerceRequestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected