MCPcopy
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
94export class Youtube extends BaseEngine {

Callers

nothing calls this directly

Calls 2

filterMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected