MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / parseStringifyInterceptor

Function parseStringifyInterceptor

lib/test/angular/1.5.0/angular.js:11840–11847  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11838 }
11839
11840 function parseStringifyInterceptor(value) {
11841 try {
11842 value = getValue(value);
11843 return allOrNothing && !isDefined(value) ? value : stringify(value);
11844 } catch (err) {
11845 $exceptionHandler($interpolateMinErr.interr(text, err));
11846 }
11847 }
11848 }
11849
11850

Callers

nothing calls this directly

Calls 3

getValueFunction · 0.70
isDefinedFunction · 0.70
stringifyFunction · 0.70

Tested by

no test coverage detected