Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corecoding/Vitals
/ _removeHotItems
Method
_removeHotItems
extension.js:590–594 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
588
}
589
590
_removeHotItems(){
591
for
(
let
key in this._hotItems) {
592
this._removeHotItem(key);
593
}
594
}
595
596
_removeHotItem(key) {
597
if
(key in this._hotItems) {
Callers
1
_redrawMenu
Method · 0.95
Calls
1
_removeHotItem
Method · 0.95
Tested by
no test coverage detected