MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / onPromptClose

Function onPromptClose

static/js/codemirror/keymap/vim.js:716–718  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

714 });
715 }
716 function onPromptClose(query) {
717 handleQuery(query, true /** ignoreCase */, true /** smartCase */);
718 }
719 switch (command.searchArgs.querySrc) {
720 case 'prompt':
721 showPrompt(cm, onPromptClose, promptPrefix, searchPromptDesc);

Callers

nothing calls this directly

Calls 1

handleQueryFunction · 0.85

Tested by

no test coverage detected