Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ parse
Method
parse
background_scripts/completion/search_engines.js:87–91 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
85
}
86
87
parse(text) {
88
return
JSON.parse(text)[1]
89
.filter((suggestion) => suggestion.startsWith(googleMapsPrefix))
90
.map((suggestion) => suggestion.slice(googleMapsPrefix));
91
}
92
}
93
94
export
class
Youtube extends BaseEngine {
Callers
nothing calls this directly
Calls
2
filter
Method · 0.45
parse
Method · 0.45
Tested by
no test coverage detected