Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ClearURLs/Addon
/ gen
Method
gen
core_js/utils/Multimap.js:101–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
entries() {
100
const
self = this;
101
function
* gen() {
102
for
(
const
[key, values] of self._map.entries()) {
103
for
(
const
value of values) {
104
yield [key, value];
105
}
106
}
107
}
108
return
gen();
109
}
110
values() {
Callers
nothing calls this directly
Calls
1
entries
Method · 0.80
Tested by
no test coverage detected