Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ parse
Method
parse
background_scripts/completion/search_engines.js:123–125 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
121
}
122
123
parse(text) {
124
return
JSON.parse(text)[1];
125
}
126
}
127
128
export
class
Bing extends BaseEngine {
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected