MCPcopy Index your code
hub / github.com/deployd/deployd / values

Function values

test-app/public/sinon.js:24554–24556  ·  view source on GitHub ↗

* Creates an array of the own enumerable string keyed property values of `object`. * * **Note:** Non-object values are coerced to objects. * * @static * @since 0.1.0 * @memberOf _ * @category Object * @param {Object} object The

(object)

Source from the content-addressed store, hash-verified

24552 * // => ['h', 'i']
24553 */
24554 function values(object) {
24555 return object == null ? [] : baseValues(object, keys(object));
24556 }
24557
24558 /**
24559 * Creates an array of the own and inherited enumerable string keyed property

Callers 4

baseSampleFunction · 0.85
baseSampleSizeFunction · 0.85
baseShuffleFunction · 0.85
includesFunction · 0.85

Calls 2

baseValuesFunction · 0.85
keysFunction · 0.85

Tested by

no test coverage detected