Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ register
Method
register
background_scripts/tab_recency.js:110–114 ·
view source on GitHub ↗
(tabId)
Source
from the content-addressed store, hash-verified
108
}
109
110
register(tabId) {
111
this.counter++;
112
this.tabIdToCounter[tabId] = this.counter;
113
this.saveToStorage();
114
}
115
116
deregister(tabId) {
117
delete this.tabIdToCounter[tabId];
Callers
1
handleAction
Method · 0.95
Calls
1
saveToStorage
Method · 0.95
Tested by
no test coverage detected