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

Function equality

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

Source from the content-addressed store, hash-verified

6218 }
6219
6220 function equality() {
6221 var left = relational();
6222 var token;
6223 if ((token = expect('==','!='))) {
6224 left = binaryFn(left, token.fn, equality());
6225 }
6226 return left;
6227 }
6228
6229 function relational() {
6230 var left = additive();

Callers 1

logicalANDFunction · 0.85

Calls 3

relationalFunction · 0.85
expectFunction · 0.85
binaryFnFunction · 0.85

Tested by

no test coverage detected