Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ times
Function
times
test/unit-tests/function/probability/random.test.js:158–162 ·
view source on GitHub ↗
(n, callback)
Source
from the content-addressed store, hash-verified
156
}
157
158
function
times (n, callback) {
159
for
(
let
i = 0; i < n; i++) {
160
callback()
161
}
162
}
Callers
2
random.test.js
File · 0.70
_bernoulli
Function · 0.50
Calls
1
callback
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…