Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/cloud-sql-proxy
/ Error
Method
Error
cmd/errors.go:57–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(e *exitError) Error() string {
58
if
e.Err == nil {
59
return
"<missing error>"
60
}
61
return
e.Err.Error()
62
}
Callers
1
TestQuitQuitQuitWithErrors
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestQuitQuitQuitWithErrors
Function · 0.36