Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
93
func
dest(c *cli.Context) io.Writer {
94
return
os.Stdout
95
}
96
97
func
tableList(c *cli.Context) []string {
98
z := c.String(
"tables"
)
Callers
1
importTables
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected