MCPcopy Create free account
hub / github.com/brimdata/super / Command

Struct Command

cmd/super/dev/vector/copy/command.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type Command struct {
37 *vector.Command
38 outputFlags outputflags.Flags
39}
40
41func newCommand(parent charm.Command, f *flag.FlagSet) (charm.Command, error) {
42 c := &Command{Command: parent.(*vector.Command)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected