Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ has
Method
has
lib/utils.js:335–338 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
333
}
334
335
has(key) {
336
this.rotate();
337
return
(key in this.cache) || key in this.previous;
338
}
339
340
// Set value, and return that value. If value is null, then delete key.
341
set(key, value = null) {
Callers
5
loadFromStorage
Method · 0.80
lookupEngine
Function · 0.80
complete
Function · 0.80
removeDuplicateChars
Function · 0.80
isUrl
Function · 0.80
Calls
1
rotate
Method · 0.95
Tested by
no test coverage detected