MCPcopy
hub / github.com/OscarGodson/EpicEditor / rnd

Function rnd

test/helpers.js:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function rnd() {
2 return Math.floor(Math.random() * 10000000) + '';
3}
4
5function createContainer(id) {
6 var el = document.createElement('div');

Callers 15

test.importFile.jsFile · 0.85
test.on.jsFile · 0.85
test.reflow.jsFile · 0.85
test.is.jsFile · 0.85
test.rename.jsFile · 0.85
test.remove.jsFile · 0.85
test.emit.jsFile · 0.85
test.focus.jsFile · 0.85
test.unload.jsFile · 0.85
test.save.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected