MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getSearchState

Function getSearchState

lib/web/CodeMirror/keymap/vim.js:4109–4112  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

4107 }
4108 };
4109 function getSearchState(cm) {
4110 var vim = cm.state.vim;
4111 return vim.searchState_ || (vim.searchState_ = new SearchState());
4112 }
4113 function dialog(cm, template, shortText, onClose, options) {
4114 if (cm.openDialog) {
4115 cm.openDialog(template, onClose, { bottom: true, value: options.value,

Callers 4

VimFunction · 0.70
updateSearchQueryFunction · 0.70
highlightSearchMatchesFunction · 0.70
clearSearchHighlightFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected