Sha256: c154d1d738c650023e5c2bb2b3dd7f655f2eafdcd34bd34056aaa97aaa017714

Contents?: true

Size: 379 Bytes

Versions: 167

Compression:

Stored size: 379 Bytes

Contents

var isObject = require('../lang/isObject');

/**
 * Adds `value` to the cache.
 *
 * @private
 * @name push
 * @memberOf SetCache
 * @param {*} value The value to cache.
 */
function cachePush(value) {
  var data = this.data;
  if (typeof value == 'string' || isObject(value)) {
    data.set.add(value);
  } else {
    data.hash[value] = true;
  }
}

module.exports = cachePush;

Version data entries

167 entries across 87 versions & 9 rubygems

Version Path
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/cachePush.js
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/cachePush.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/cachePush.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/cachePush.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/cachePush.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/cachePush.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/cachePush.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/cachePush.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/cachePush.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/cachePush.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/cachePush.js