MCPcopy 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

numberFunction · 0.70
stringFunction · 0.70
whiteFunction · 0.70
wordFunction · 0.70
arrayFunction · 0.70
objectFunction · 0.70

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected