MCPcopy Index your code
hub / github.com/philc/vimium / parse

Method parse

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

Source from the content-addressed store, hash-verified

104 }
105
106 parse(text) {
107 return JSON.parse(text)[1];
108 }
109}
110
111export class Wikipedia extends BaseEngine {

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected