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

Method parse

background_scripts/completion/search_wrapper.js:38–41  ·  view source on GitHub ↗
(responseText)

Source from the content-addressed store, hash-verified

36 }
37
38 parse(responseText) {
39 const suggestions = this.engine.parse(responseText);
40 return this.transformSuggestionsFn ? this.transformSuggestionsFn(suggestions) : suggestions;
41 }
42}
43
44let debug = false;

Callers 1

completeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected