Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
func
NewSqlcmd(s string) Sqlcmd {
35
return
Sqlcmd{
36
Name: s,
37
}
38
}
39
40
func
GetSqlcmdPort(s string) string {
41
c := NewSqlcmd(s)
Callers
2
GetSqlcmdPort
Function · 0.85
GetSqlcmdDesc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected