Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ClearURLs/Addon
/ clear
Method
clear
core_js/utils/Multimap.js:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
return
false;
94
}
95
clear() {
96
this._map.clear();
97
this._size = 0;
98
}
99
entries() {
100
const
self = this;
101
function
* gen() {
Callers
1
deferSaveOnDisk
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected