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

Method _handleCommand

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

Source from the content-addressed store, hash-verified

533 ]);
534
535 protected _handleCommand(cmd: cmdName){
536 if(cmd === 'CALLBACK'){
537 void this.wrapper.rHelp.showHelpForPath(this.topic.helpPath);
538 } else if(cmd === 'openInNewPanel'){
539 void this.wrapper.rHelp.makeNewHelpPanel();
540 void this.wrapper.rHelp.showHelpForPath(this.topic.helpPath);
541 }
542 }
543
544 constructor(parent: NonRootNode, topic: Topic){
545 super(parent);

Callers

nothing calls this directly

Calls 2

makeNewHelpPanelMethod · 0.80
showHelpForPathMethod · 0.65

Tested by

no test coverage detected