MCPcopy Create free account
hub / github.com/angular-ui/ui-router / getterFnWithEnsureSafeObject

Function getterFnWithEnsureSafeObject

test/angular/1.3/angular.js:12627–12631  ·  view source on GitHub ↗
(fn, fullExpression)

Source from the content-addressed store, hash-verified

12625}
12626
12627function getterFnWithEnsureSafeObject(fn, fullExpression) {
12628 return function(s, l) {
12629 return fn(s, l, ensureSafeObject, fullExpression);
12630 };
12631}
12632
12633function getterFn(path, options, fullExp) {
12634 var expensiveChecks = options.expensiveChecks;

Callers 1

getterFnFunction · 0.85

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected