MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / spaceStr

Function spaceStr

static/js/codemirror/codemirror.js:4937–4941  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

4935
4936 var spaceStrs = [""];
4937 function spaceStr(n) {
4938 while (spaceStrs.length <= n)
4939 spaceStrs.push(lst(spaceStrs) + " ");
4940 return spaceStrs[n];
4941 }
4942
4943 function lst(arr) { return arr[arr.length-1]; }
4944

Callers 2

indentLineFunction · 0.85
buildTokenFunction · 0.85

Calls 2

lstFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected