()
| 1821 | } |
| 1822 | |
| 1823 | func (cc *ClientConn) connectionError() error { |
| 1824 | cc.lceMu.Lock() |
| 1825 | defer cc.lceMu.Unlock() |
| 1826 | return cc.lastConnectionError |
| 1827 | } |
| 1828 | |
| 1829 | // initParsedTargetAndResolverBuilder parses the user's dial target and stores |
| 1830 | // the parsed target in `cc.parsedTarget`. |
no test coverage detected