MCPcopy Index your code
hub / github.com/Masterminds/structable / tableList

Function tableList

schema2struct/schema2struct.go:97–103  ·  view source on GitHub ↗
(c *cli.Context)

Source from the content-addressed store, hash-verified

95}
96
97func tableList(c *cli.Context) []string {
98 z := c.String("tables")
99 if z != "" {
100 return strings.Split(z, ",")
101 }
102 return []string{}
103}
104
105func cxdie(c *cli.Context, err error) {
106 fmt.Fprintf(os.Stderr, "Failed to connect to %s (type %s): %s", conn(c), driver(c), err)

Callers 1

importTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected