MCPcopy 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
54func (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.
59func parseConnName(cn string) (connName, error) {

Callers 7

TestWaitCommandFlagsFunction · 0.80
TestShutdownCommandFunction · 0.80
NewCommandFunction · 0.80
mysql_test.goFile · 0.80
common_test.goFile · 0.80
sqlserver_test.goFile · 0.80
postgres_test.goFile · 0.80

Calls

no outgoing calls

Tested by 2

TestWaitCommandFlagsFunction · 0.64
TestShutdownCommandFunction · 0.64