MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / search

Function search

src/settings/lspSettings.js:187–190  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

185 page.hide();
186 },
187 search(key) {
188 page = createPage();
189 return page.search(key);
190 },
191 restoreList() {
192 page.restoreList();
193 },

Callers

nothing calls this directly

Calls 2

createPageFunction · 0.85
searchMethod · 0.45

Tested by

no test coverage detected