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

Function _filterChain

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

Source from the content-addressed store, hash-verified

6141 }
6142
6143 function _filterChain() {
6144 var left = expression();
6145 var token;
6146 while(true) {
6147 if ((token = expect('|'))) {
6148 left = binaryFn(left, token.fn, filter());
6149 } else {
6150 return left;
6151 }
6152 }
6153 }
6154
6155 function filter() {
6156 var token = expect();

Callers

nothing calls this directly

Calls 4

expressionFunction · 0.85
expectFunction · 0.85
binaryFnFunction · 0.85
filterFunction · 0.85

Tested by

no test coverage detected