MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / iter

Function iter

ServerEditorWeb/ace/ace.js:5711–5714  ·  view source on GitHub ↗
(fun)

Source from the content-addressed store, hash-verified

5709 }
5710
5711 function iter(fun) {
5712 for (var i = startRow; i <= endRow; i++)
5713 fun(doc.getLine(i), i);
5714 }
5715
5716
5717 var minEmptyLength = Infinity;

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected