Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
openBookmarksJson
Function · 0.80
webview.tsx
File · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected