Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.80
jquery-3.7.1.min.js
File · 0.80
bootstrap.min.js
File · 0.80
hasEntry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected