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

Function binaryFn

tools/ngui/static/js/lib/angular.js:6114–6118  ·  view source on GitHub ↗
(left, fn, right)

Source from the content-addressed store, hash-verified

6112 }
6113
6114 function binaryFn(left, fn, right) {
6115 return function(self, locals) {
6116 return fn(self, locals, left, right);
6117 };
6118 }
6119
6120 function statements() {
6121 var statements = [];

Callers 8

_filterChainFunction · 0.85
logicalORFunction · 0.85
logicalANDFunction · 0.85
equalityFunction · 0.85
relationalFunction · 0.85
additiveFunction · 0.85
multiplicativeFunction · 0.85
unaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected