MCPcopy
hub / github.com/philc/vimium / parse

Method parse

background_scripts/completion/search_engines.js:175–177  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

173 }
174
175 parse(text) {
176 return JSON.parse(text).map((suggestion) => suggestion.phrase);
177 }
178}
179
180export class Webster extends BaseEngine {

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected