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

Function parseStringifyInterceptor

test/angular/1.4/angular.js:11421–11428  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11419 }
11420
11421 function parseStringifyInterceptor(value) {
11422 try {
11423 value = getValue(value);
11424 return allOrNothing && !isDefined(value) ? value : stringify(value);
11425 } catch (err) {
11426 $exceptionHandler($interpolateMinErr.interr(text, err));
11427 }
11428 }
11429 }
11430
11431

Callers

nothing calls this directly

Calls 3

getValueFunction · 0.70
isDefinedFunction · 0.70
stringifyFunction · 0.70

Tested by

no test coverage detected