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

Method Done

tests/common_test.go:103–110  ·  view source on GitHub ↗

Done returns true if the proxy has exited.

()

Source from the content-addressed store, hash-verified

101
102// Done returns true if the proxy has exited.
103func (p *ProxyExec) Done() bool {
104 select {
105 case <-p.done:
106 return true
107 default:
108 }
109 return false
110}
111
112// Close releases any resources associated with the instance.
113func (p *ProxyExec) Close() {

Callers 8

CheckConnectionsMethod · 0.80
LookupMethod · 0.80
serveFuseMethod · 0.80
newTestClientFunction · 0.80
runSignalWrapperFunction · 0.80
startHTTPServerFunction · 0.80
WaitMethod · 0.80
WaitForServeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected