MCPcopy Create free account
hub / github.com/editablejs/editable / setSearchValue

Function setSearchValue

packages/plugins/mention/src/store.ts:24–27  ·  view source on GitHub ↗
(editor: Editor, searchValue: string)

Source from the content-addressed store, hash-verified

22
23export const MentionStore = {
24 setSearchValue(editor: Editor, searchValue: string) {
25 const store = getMentionStore(editor)
26 store.setState({ searchValue })
27 },
28
29 setOpen(editor: Editor, open: boolean) {
30 const store = getMentionStore(editor)

Callers

nothing calls this directly

Calls 1

getMentionStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…