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

Function logicalAND

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

Source from the content-addressed store, hash-verified

6209 }
6210
6211 function logicalAND() {
6212 var left = equality();
6213 var token;
6214 if ((token = expect('&&'))) {
6215 left = binaryFn(left, token.fn, logicalAND());
6216 }
6217 return left;
6218 }
6219
6220 function equality() {
6221 var left = relational();

Callers 1

logicalORFunction · 0.85

Calls 3

equalityFunction · 0.85
expectFunction · 0.85
binaryFnFunction · 0.85

Tested by

no test coverage detected