MCPcopy
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
128export class Bing extends BaseEngine {

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected