MCPcopy Index your code
hub / github.com/angular-ui/ui-router / getterFnWithExtraArgs

Function getterFnWithExtraArgs

test/angular/1.2/angular.js:11193–11197  ·  view source on GitHub ↗
(fn, fullExpression)

Source from the content-addressed store, hash-verified

11191}
11192
11193function getterFnWithExtraArgs(fn, fullExpression) {
11194 return function(s, l) {
11195 return fn(s, l, promiseWarning, ensureSafeObject, fullExpression);
11196 };
11197}
11198
11199function getterFn(path, options, fullExp) {
11200 var expensiveChecks = options.expensiveChecks;

Callers 1

getterFnFunction · 0.85

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected