MCPcopy Index your code
hub / github.com/csev/py4e / emptyArray

Function emptyArray

tools/pythonauto/static/codemirror/codemirror.js:5639–5642  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

5637 }
5638
5639 function emptyArray(size) {
5640 for (var a = [], i = 0; i < size; ++i) a.push(undefined);
5641 return a;
5642 }
5643
5644 function bind(f) {
5645 var args = Array.prototype.slice.call(arguments, 1);

Callers 1

measureLineInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected