MCPcopy
hub / github.com/angular-ui/ui-router / fn

Function fn

test/angular/1.7/angular.js:17554–17557  ·  view source on GitHub ↗
(scope, locals, assign, inputs)

Source from the content-addressed store, hash-verified

17552 var useInputs = false;
17553
17554 var fn = function interceptedExpression(scope, locals, assign, inputs) {
17555 var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs);
17556 return interceptorFn(value);
17557 };
17558
17559 // Maintain references to the interceptor/intercepted
17560 fn.$$intercepted = parsedExpression;

Callers 15

triggerFunction · 0.85
angular.jsFile · 0.85
$CompileProviderFunction · 0.85
transformDataFunction · 0.85
$httpFunction · 0.85
expensiveCheckFnFunction · 0.85
processQueueFunction · 0.85
$RootScopeProviderFunction · 0.85
dateFilterFunction · 0.85
callbackFunction · 0.85
angular-mocks.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected