Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
408
function
randomID() {
409
return
Math.floor(Math.random() * 0xffffffff).toString(16)
410
}
411
412
function
findDeps(code) {
413
let
deps = [], ast
Callers
3
evalModule
Method · 0.85
setHTML
Method · 0.85
preprocess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected