MCPcopy
hub / github.com/javascript-obfuscator/javascript-obfuscator / has

Function has

src/storages/MapStorage.ts:121–123  ·  view source on GitHub ↗

* @param {K} key * @returns {boolean}

(key: K)

Source from the content-addressed store, hash-verified

119 * @returns {boolean}
120 */
121 public has(key: K): boolean {
122 return this.storage.has(key);
123 }
124
125 /**
126 * @param {this} storage

Callers 13

$setDescFunction · 0.50
fastKeyFunction · 0.50
getWeakFunction · 0.50
onFreezeFunction · 0.50
getFunction · 0.50
setFunction · 0.50
$definePropertyFunction · 0.50
$propertyIsEnumerableFunction · 0.50
$getOwnPropertyNamesFunction · 0.50
$getOwnPropertySymbolsFunction · 0.50

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected