MCPcopy
hub / github.com/grpc/grpc-go / connectionError

Method connectionError

clientconn.go:1823–1827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1821}
1822
1823func (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`.

Callers 1

DialContextFunction · 0.80

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected