MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / randomID

Function randomID

src/client/sandbox.mjs:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408function randomID() {
409 return Math.floor(Math.random() * 0xffffffff).toString(16)
410}
411
412function findDeps(code) {
413 let deps = [], ast

Callers 3

evalModuleMethod · 0.85
setHTMLMethod · 0.85
preprocessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected