(query)
| 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); |
nothing calls this directly
no test coverage detected