Sha256: 7ebef49fb1f8bca1c1710a045c4a4e52d0c34cbe547a95a18e2c02e7cfddebdd

Contents?: true

Size: 626 Bytes

Versions: 270

Compression:

Stored size: 626 Bytes

Contents

var nativeCreate = require('./_nativeCreate');

/** Used for built-in method references. */
var objectProto = Object.prototype;

/** Used to check objects for own properties. */
var hasOwnProperty = objectProto.hasOwnProperty;

/**
 * Checks if a hash value for `key` exists.
 *
 * @private
 * @name has
 * @memberOf Hash
 * @param {string} key The key of the entry to check.
 * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
 */
function hashHas(key) {
  var data = this.__data__;
  return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);
}

module.exports = hashHas;

Version data entries

270 entries across 269 versions & 28 rubygems

Version Path
disco_app-0.18.2 test/dummy/node_modules/lodash/_hashHas.js
sumomo-0.8.15 data/sumomo/api_modules/node_modules/lodash/_hashHas.js
trusty-cms-5.0.7 node_modules/lodash/_hashHas.js
appmap-0.72.2 ./node_modules/lodash/_hashHas.js
trusty-cms-5.0.6 node_modules/lodash/_hashHas.js
appmap-0.72.1 ./node_modules/lodash/_hashHas.js
appmap-0.72.0 ./node_modules/lodash/_hashHas.js
trusty-cms-5.0.5 node_modules/lodash/_hashHas.js
trusty-cms-5.0.4 node_modules/lodash/_hashHas.js
appmap-0.71.0 ./node_modules/lodash/_hashHas.js
disco_app-0.16.1 test/dummy/node_modules/lodash/_hashHas.js
appmap-0.70.2 ./node_modules/lodash/_hashHas.js
sumomo-0.8.14 data/sumomo/api_modules/node_modules/lodash/_hashHas.js
appmap-0.70.1 ./node_modules/lodash/_hashHas.js
appmap-0.70.0 ./node_modules/lodash/_hashHas.js
appmap-0.69.0 ./node_modules/lodash/_hashHas.js
sumomo-0.8.13 data/sumomo/api_modules/node_modules/lodash/_hashHas.js
appmap-0.68.2 ./node_modules/lodash/_hashHas.js
appmap-0.68.1 ./node_modules/lodash/_hashHas.js
disco_app-0.15.2 test/dummy/node_modules/lodash/_hashHas.js