MCPcopy
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

1export function getNumber() {
2 return 42;
3}
4
5export function getRandomNumber() {
6 return Math.floor(Math.random() * 256);

Callers 1

example.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected