MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / sqlserverDSN

Function sqlserverDSN

tests/sqlserver_test.go:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func sqlserverDSN() string {
48 return fmt.Sprintf("sqlserver://%s:%s@127.0.0.1?database=%s",
49 *sqlserverUser, *sqlserverPass, *sqlserverDB)
50}
51
52func TestSQLServerTCP(t *testing.T) {
53 if testing.Short() {

Callers 4

TestSQLServerTCPFunction · 0.85
TestSQLServerGcloudAuthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected