Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleCloudPlatform/cloud-sql-proxy
/ String
Method
String
internal/proxy/proxy.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(c *connName) String() string {
55
return
fmt.Sprintf(
"%s:%s:%s"
, c.project, c.region, c.name)
56
}
57
58
// parseConnName initializes a new connName struct.
59
func
parseConnName(cn string) (connName, error) {
Callers
7
TestWaitCommandFlags
Function · 0.80
TestShutdownCommand
Function · 0.80
NewCommand
Function · 0.80
mysql_test.go
File · 0.80
common_test.go
File · 0.80
sqlserver_test.go
File · 0.80
postgres_test.go
File · 0.80
Calls
no outgoing calls
Tested by
2
TestWaitCommandFlags
Function · 0.64
TestShutdownCommand
Function · 0.64