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

Function peek

ServerEditorWeb/ace/worker-javascript.js:2960–2971  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

2958 }
2959
2960 function peek(p) {
2961 var i = p || 0, j = 0, t;
2962
2963 while (j <= i) {
2964 t = lookahead[j];
2965 if (!t) {
2966 t = lookahead[j] = lex.token();
2967 }
2968 j += 1;
2969 }
2970 return t;
2971 }
2972
2973 function peekIgnoreEOL() {
2974 var i = 0;

Callers 8

peekIgnoreEOLFunction · 0.85
expressionFunction · 0.85
reachableFunction · 0.85
statementFunction · 0.85
statementsFunction · 0.85
directivesFunction · 0.85
lookupBlockTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected