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

Function spaceStr

tools/pythonauto/static/codemirror/codemirror.js:5599–5603  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

5597
5598 var spaceStrs = [""];
5599 function spaceStr(n) {
5600 while (spaceStrs.length <= n)
5601 spaceStrs.push(lst(spaceStrs) + " ");
5602 return spaceStrs[n];
5603 }
5604
5605 function lst(arr) { return arr[arr.length-1]; }
5606

Callers 2

indentLineFunction · 0.70
buildTokenFunction · 0.70

Calls 1

lstFunction · 0.70

Tested by

no test coverage detected