Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
worker-javascript.js
File · 0.85
Calls
1
peek
Function · 0.85
Tested by
no test coverage detected