Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ next
Function
next
ServerEditorWeb/ace/worker-json.js:1358–1367 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
1356
},
1357
1358
next =
function
(c) {
1359
1360
if
(c && c !== ch) {
1361
error(
"Expected '"
+ c +
"' instead of '"
+ ch +
"'"
);
1362
}
1363
1364
ch = text.charAt(at);
1365
at += 1;
1366
return
ch;
1367
},
1368
1369
number =
function
() {
1370
Callers
6
number
Function · 0.70
string
Function · 0.70
white
Function · 0.70
word
Function · 0.70
array
Function · 0.70
object
Function · 0.70
Calls
1
error
Function · 0.70
Tested by
no test coverage detected