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

Function parseStringifyInterceptor

test/angular/1.5/angular.js:12693–12700  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

12691 }
12692
12693 function parseStringifyInterceptor(value) {
12694 try {
12695 value = getValue(value);
12696 return allOrNothing && !isDefined(value) ? value : stringify(value);
12697 } catch (err) {
12698 $exceptionHandler($interpolateMinErr.interr(text, err));
12699 }
12700 }
12701 }
12702
12703

Callers

nothing calls this directly

Calls 3

getValueFunction · 0.70
isDefinedFunction · 0.70
stringifyFunction · 0.70

Tested by

no test coverage detected