SplitViewCommand represents the command split the currently active view with a new view
| 124 | // SplitViewCommand represents the command split the currently |
| 125 | // active view with a new view |
| 126 | type SplitViewCommand struct { |
| 127 | orientation ContainerOrientation |
| 128 | view *ConfigToken |
| 129 | args []*ConfigToken |
| 130 | } |
| 131 | |
| 132 | func (splitViewCommand *SplitViewCommand) configCommand() {} |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected