MCPcopy Create free account
hub / github.com/ClearURLs/Addon / has

Method has

core_js/utils/Multimap.js:66–68  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

64 return true;
65 }
66 has(key) {
67 return this._map.has(key);
68 }
69 hasEntry(key, value) {
70 const values = this._map.get(key);
71 if (!values) {

Callers 4

getMethod · 0.80
bootstrap.min.jsFile · 0.80
hasEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected