Sha256: 89b580cfc2b47c5aba05bd124b807b82d007fa106ee3a7c9e61205c72cf654d0

Contents?: true

Size: 254 Bytes

Versions: 265

Compression:

Stored size: 254 Bytes

Contents

var ListCache = require('./_ListCache');

/**
 * Removes all key-value entries from the stack.
 *
 * @private
 * @name clear
 * @memberOf Stack
 */
function stackClear() {
  this.__data__ = new ListCache;
  this.size = 0;
}

module.exports = stackClear;

Version data entries

265 entries across 263 versions & 29 rubygems

Version Path
disco_app-0.14.0 test/dummy/node_modules/lodash/_stackClear.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/lodash/_stackClear.js
appmap-0.66.2 ./node_modules/lodash/_stackClear.js
trusty-cms-5.0.1 node_modules/lodash/_stackClear.js
trusty-cms-4.3.5 node_modules/lodash/_stackClear.js
trusty-cms-5.0.0 node_modules/lodash/_stackClear.js
appmap-0.66.1 ./node_modules/lodash/_stackClear.js
appmap-0.66.0 ./node_modules/lodash/_stackClear.js
appmap-0.65.1 ./node_modules/lodash/_stackClear.js
appmap-0.65.0 ./node_modules/lodash/_stackClear.js
trusty-cms-4.3.4 node_modules/lodash/_stackClear.js
sumomo-0.8.12 data/sumomo/api_modules/node_modules/lodash/_stackClear.js
appmap-0.64.0 ./node_modules/lodash/_stackClear.js
appmap-0.63.0 ./node_modules/lodash/_stackClear.js
sumomo-0.8.11 data/sumomo/api_modules/node_modules/lodash/_stackClear.js
jekyll-esm-0.0.3 node_modules/lodash/_stackClear.js
trusty-cms-4.3.3 node_modules/lodash/_stackClear.js
trusty-cms-4.3.2 node_modules/lodash/_stackClear.js
trusty-cms-4.3.1 node_modules/lodash/_stackClear.js
boring_generators-0.11.0 tmp/templates/app_template/node_modules/lodash/_stackClear.js