NewTabCommand represents the command to create a new tab
| 102 | |
| 103 | // NewTabCommand represents the command to create a new tab |
| 104 | type NewTabCommand struct { |
| 105 | tabName *ConfigToken |
| 106 | } |
| 107 | |
| 108 | func (newTabCommand *NewTabCommand) configCommand() {} |
| 109 |
nothing calls this directly
no outgoing calls
no test coverage detected