MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / fn

Function fn

lib/test/angular/1.7.0/angular.js:16980–16983  ·  view source on GitHub ↗
(scope, locals, assign, inputs)

Source from the content-addressed store, hash-verified

16978 var useInputs = false;
16979
16980 var fn = function interceptedExpression(scope, locals, assign, inputs) {
16981 var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs);
16982 return interceptorFn(value);
16983 };
16984
16985 // Maintain references to the interceptor/intercepted
16986 fn.$$intercepted = parsedExpression;

Callers 13

triggerFunction · 0.70
angular.jsFile · 0.70
$CompileProviderFunction · 0.70
transformDataFunction · 0.70
callbackFunction · 0.70
processQueueFunction · 0.70
$RootScopeProviderFunction · 0.70
dateFilterFunction · 0.70
angular-mocks.jsFile · 0.70
angular-animate.jsFile · 0.70
isAllowedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected