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

Function driver

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

Source from the content-addressed store, hash-verified

85}
86
87func driver(c *cli.Context) string {
88 return c.String("driver")
89}
90func conn(c *cli.Context) string {
91 return os.ExpandEnv(c.String("connection"))
92}

Callers 2

cxdieFunction · 0.85
importTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected