demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_mapCacheClear.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_mapCacheClear.js
Status
scanned
Type
file
Name
_mapCacheClear.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
393 (393 bytes)
MD5
81c3e7f3f4d38c56d5bb1c9fa58e34fa
SHA1
0eff5c92ebddbff48603ec60a32720c48fcdfd2a
SHA256
e83e7e069f743cda3397d56bf30bb6863046b3729730b932f67fd8cb1479b24a
SHA512

      
    
SHA1_git
bc9ca204aebf7cf9cade901e54cb44a0483f17d2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_mapCacheClear.js | 393 bytes |

var Hash = require('./_Hash'), ListCache = require('./_ListCache'), Map = require('./_Map'); /** * Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache */ function mapCacheClear() { this.size = 0; this.__data__ = { 'hash': new Hash, 'map': new (Map || ListCache), 'string': new Hash }; } module.exports = mapCacheClear;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript