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

Function NewSqlcmd

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

Source from the content-addressed store, hash-verified

32}
33
34func NewSqlcmd(s string) Sqlcmd {
35 return Sqlcmd{
36 Name: s,
37 }
38}
39
40func GetSqlcmdPort(s string) string {
41 c := NewSqlcmd(s)

Callers 2

GetSqlcmdPortFunction · 0.85
GetSqlcmdDescFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected