Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ close
Method
close
balancer/rls/control_channel.go:183–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
func
(cc *controlChannel) close() {
184
cc.dropConnStateSubscriber()
185
cc.cc.Close()
186
cc.logger.Infof(
"Shutdown"
)
187
}
188
189
type
lookupCallback
func
(targets []string, headerData string, err error)
190
Callers
8
handleControlChannelUpdate
Method · 0.45
Close
Method · 0.45
TestControlChannelThrottled
Method · 0.45
TestLookupFailure
Method · 0.45
TestLookupDeadlineExceeded
Method · 0.45
testControlChannelCredsSuccess
Function · 0.45
testControlChannelCredsFailure
Function · 0.45
TestNewControlChannelUnsupportedCredsBundle
Method · 0.45
Calls
2
Close
Method · 0.65
Infof
Method · 0.65
Tested by
6
TestControlChannelThrottled
Method · 0.36
TestLookupFailure
Method · 0.36
TestLookupDeadlineExceeded
Method · 0.36
testControlChannelCredsSuccess
Function · 0.36
testControlChannelCredsFailure
Function · 0.36
TestNewControlChannelUnsupportedCredsBundle
Method · 0.36