MCPcopy Create free account
hub / github.com/apache/cloudstack / peek

Function peek

tools/ngui/static/js/lib/angular.js:5861–5863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5859 }
5860
5861 function peek() {
5862 return index + 1 < text.length ? text.charAt(index + 1) : false;
5863 }
5864 function isNumber(ch) {
5865 return '0' <= ch && ch <= '9';
5866 }

Callers 5

lexFunction · 0.85
readNumberFunction · 0.85
expectFunction · 0.85
consumeFunction · 0.85
statementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected