MCPcopy Create free account
hub / github.com/Masterminds/structable / dest

Function dest

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

Source from the content-addressed store, hash-verified

91 return os.ExpandEnv(c.String("connection"))
92}
93func dest(c *cli.Context) io.Writer {
94 return os.Stdout
95}
96
97func tableList(c *cli.Context) []string {
98 z := c.String("tables")

Callers 1

importTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected