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

Function conn

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

Source from the content-addressed store, hash-verified

88 return c.String("driver")
89}
90func conn(c *cli.Context) string {
91 return os.ExpandEnv(c.String("connection"))
92}
93func dest(c *cli.Context) io.Writer {
94 return os.Stdout
95}

Callers 2

cxdieFunction · 0.85
importTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected