Sha256: c946c72eb39ef2e5a04836b610e9877200e4269490930b21e64c29b1573624ed

Contents?: true

Size: 424 Bytes

Versions: 302

Compression:

Stored size: 424 Bytes

Contents

/** Used to stand-in for `undefined` hash values. */
var HASH_UNDEFINED = '__lodash_hash_undefined__';

/**
 * Adds `value` to the array cache.
 *
 * @private
 * @name add
 * @memberOf SetCache
 * @alias push
 * @param {*} value The value to cache.
 * @returns {Object} Returns the cache instance.
 */
function setCacheAdd(value) {
  this.__data__.set(value, HASH_UNDEFINED);
  return this;
}

module.exports = setCacheAdd;

Version data entries

302 entries across 279 versions & 33 rubygems

Version Path
rapid_stack-0.2.0 templates/frontend/node_modules/lodash/_setCacheAdd.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/lodash/_setCacheAdd.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.60 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.59 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.58 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.57 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.56 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.55 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.54 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.53 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.52 node_modules/lodash/_setCacheAdd.js
trusty-cms-6.3.1 node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.51 node_modules/lodash/_setCacheAdd.js
boring_generators-0.15.0 tmp/templates/app_template/node_modules/lodash/_setCacheAdd.js
clapton-0.0.26 lib/clapton/javascripts/node_modules/lodash/_setCacheAdd.js
clapton-0.0.25 lib/clapton/javascripts/node_modules/lodash/_setCacheAdd.js
immosquare-cleaner-0.1.50 node_modules/lodash/_setCacheAdd.js
clapton-0.0.24 lib/clapton/javascripts/node_modules/lodash/_setCacheAdd.js
clapton-0.0.23 lib/clapton/javascripts/node_modules/lodash/_setCacheAdd.js