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

Function parseStringifyInterceptor

lib/test/angular/1.4.3/angular.js:10882–10889  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10880 }
10881
10882 function parseStringifyInterceptor(value) {
10883 try {
10884 value = getValue(value);
10885 return allOrNothing && !isDefined(value) ? value : stringify(value);
10886 } catch (err) {
10887 $exceptionHandler($interpolateMinErr.interr(text, err));
10888 }
10889 }
10890 }
10891
10892

Callers

nothing calls this directly

Calls 3

getValueFunction · 0.70
isDefinedFunction · 0.70
stringifyFunction · 0.70

Tested by

no test coverage detected