MCPcopy Create free account
hub / github.com/JKme/cube / GetSqlcmdPort

Function GetSqlcmdPort

core/sqlcmdmodule/sqlcmd_interface.go:40–44  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

38}
39
40func GetSqlcmdPort(s string) string {
41 c := NewSqlcmd(s)
42 ic := c.NewISqlcmd()
43 return ic.SqlcmdPort()
44}
45
46func GetSqlcmdDesc(s string) string {
47 c := NewSqlcmd(s)

Callers 2

SqlcmdHelpTableFunction · 0.85
StartSqlcmdFunction · 0.85

Calls 3

NewISqlcmdMethod · 0.95
SqlcmdPortMethod · 0.95
NewSqlcmdFunction · 0.85

Tested by

no test coverage detected