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

Function fn

lib/test/angular/1.8.0/angular.js:17619–17622  ·  view source on GitHub ↗
(scope, locals, assign, inputs)

Source from the content-addressed store, hash-verified

17617 var useInputs = false;
17618
17619 var fn = function interceptedExpression(scope, locals, assign, inputs) {
17620 var value = useInputs && inputs ? inputs[0] : parsedExpression(scope, locals, assign, inputs);
17621 return interceptorFn(value);
17622 };
17623
17624 // Maintain references to the interceptor/intercepted
17625 fn.$$intercepted = parsedExpression;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected