Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
func
GetSqlcmdPort(s string) string {
41
c := NewSqlcmd(s)
42
ic := c.NewISqlcmd()
43
return
ic.SqlcmdPort()
44
}
45
46
func
GetSqlcmdDesc(s string) string {
47
c := NewSqlcmd(s)
Callers
2
SqlcmdHelpTable
Function · 0.85
StartSqlcmd
Function · 0.85
Calls
3
NewISqlcmd
Method · 0.95
SqlcmdPort
Method · 0.95
NewSqlcmd
Function · 0.85
Tested by
no test coverage detected