MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / setTypeaheadOpen

Method setTypeaheadOpen

frontend/app/view/webview/webview.tsx:284–286  ·  view source on GitHub ↗
(open: boolean)

Source from the content-addressed store, hash-verified

282 }
283
284 setTypeaheadOpen(open: boolean) {
285 globalStore.set(this.typeaheadOpen, open);
286 }
287
288 async fetchBookmarkSuggestions(
289 query: string,

Callers 2

openBookmarksJsonFunction · 0.80
webview.tsxFile · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected