Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
function
rnd() {
2
return
Math.floor(Math.random() * 10000000) +
''
;
3
}
4
5
function
createContainer(id) {
6
var
el = document.createElement(
'div'
);
Callers
15
test.importFile.js
File · 0.85
test.removeListener.js
File · 0.85
test.on.js
File · 0.85
test.enterFullscreen.js
File · 0.85
test.reflow.js
File · 0.85
test.is.js
File · 0.85
test.rename.js
File · 0.85
test.remove.js
File · 0.85
test.emit.js
File · 0.85
test.focus.js
File · 0.85
test.unload.js
File · 0.85
test.save.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected