Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/philc/vimium
/ init
Function
init
background_scripts/completion/ranking.js:132–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
// bookmarks, and we don't want to create fresh objects for every comparison.
131
export
const
RegexpCache = {
132
init() {
133
this.initialized = true;
134
this.clear();
135
},
136
137
clear() {
138
this.cache = {};
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected