Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ getNumber
Function
getNumber
examples/wasm-complex/magic-number.js:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
getNumber() {
2
return
42;
3
}
4
5
export
function
getRandomNumber() {
6
return
Math.floor(Math.random() * 256);
Callers
1
example.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected