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

Function peekToken

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

Source from the content-addressed store, hash-verified

6070 }
6071
6072 function peekToken() {
6073 if (tokens.length === 0)
6074 throw Error("Unexpected end of expression: " + text);
6075 return tokens[0];
6076 }
6077
6078 function peek(e1, e2, e3, e4) {
6079 if (tokens.length > 0) {

Callers 3

_functionCallFunction · 0.85
arrayDeclarationFunction · 0.85
objectFunction · 0.85

Calls 1

ErrorFunction · 0.50

Tested by

no test coverage detected