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

Function serializeValue

lib/test/angular/1.7.0/angular.js:11318–11323  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

11316var $httpMinErr = minErr('$http');
11317
11318function serializeValue(v) {
11319 if (isObject(v)) {
11320 return isDate(v) ? v.toISOString() : toJson(v);
11321 }
11322 return v;
11323}
11324
11325
11326/** @this */

Callers 2

serializeFunction · 0.70

Calls 3

isObjectFunction · 0.70
isDateFunction · 0.70
toJsonFunction · 0.70

Tested by

no test coverage detected