MCPcopy
hub / github.com/rgburke/grv / SplitViewCommand

Struct SplitViewCommand

cmd/grv/config_parse.go:126–130  ·  view source on GitHub ↗

SplitViewCommand represents the command split the currently active view with a new view

Source from the content-addressed store, hash-verified

124// SplitViewCommand represents the command split the currently
125// active view with a new view
126type SplitViewCommand struct {
127 orientation ContainerOrientation
128 view *ConfigToken
129 args []*ConfigToken
130}
131
132func (splitViewCommand *SplitViewCommand) configCommand() {}
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected