MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / emptyArray

Function emptyArray

static/js/codemirror/codemirror.js:4973–4976  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

4971 }
4972
4973 function emptyArray(size) {
4974 for (var a = [], i = 0; i < size; ++i) a.push(undefined);
4975 return a;
4976 }
4977
4978 function bind(f) {
4979 var args = Array.prototype.slice.call(arguments, 1);

Callers 1

measureLineInnerFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected