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

Function parseStringifyInterceptor

lib/test/angular/1.6.7/angular.js:13247–13254  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

13245 }
13246
13247 function parseStringifyInterceptor(value) {
13248 try {
13249 value = getValue(value);
13250 return allOrNothing && !isDefined(value) ? value : stringify(value);
13251 } catch (err) {
13252 $exceptionHandler($interpolateMinErr.interr(text, err));
13253 }
13254 }
13255 }
13256
13257

Callers

nothing calls this directly

Calls 3

getValueFunction · 0.70
isDefinedFunction · 0.70
stringifyFunction · 0.70

Tested by

no test coverage detected