MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / _handleCommand

Method _handleCommand

src/helpViewer/treeView.ts:640–645  ·  view source on GitHub ↗
(cmd: cmdName)

Source from the content-addressed store, hash-verified

638 contextValue = Node.makeContextValue('openInNewPanel');
639
640 _handleCommand(cmd: cmdName){
641 if(cmd === 'openInNewPanel'){
642 void this.wrapper.rHelp.makeNewHelpPanel();
643 void this.wrapper.rHelp.showHelpForPath('doc/html/index.html');
644 }
645 }
646
647 callBack(){
648 void this.wrapper.rHelp.showHelpForPath('doc/html/index.html');

Callers 1

handleCommandFunction · 0.45

Calls 2

makeNewHelpPanelMethod · 0.80
showHelpForPathMethod · 0.65

Tested by

no test coverage detected