MCPcopy Create free account
hub / github.com/Lobos/react-ui / nextUid

Function nextUid

src/utils/strings.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3let uid = Date.now();
4export function nextUid() {
5 return (uid++).toString(36);
6}
7
8export function format() {
9 let args = [].slice.call(arguments),

Callers 4

Modal.jsFile · 0.90
constructorMethod · 0.90
addFileMethod · 0.90
bindToFormMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…