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

Function peekIgnoreEOL

ServerEditorWeb/ace/worker-javascript.js:2973–2980  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2971 }
2972
2973 function peekIgnoreEOL() {
2974 var i = 0;
2975 var t;
2976 do {
2977 t = peek(i++);
2978 } while (t.id === "(endline)");
2979 return t;
2980 }
2981
2982 function advance(id, t) {
2983

Callers 1

Calls 1

peekFunction · 0.85

Tested by

no test coverage detected