Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ CloseChan
Method
CloseChan
tools/portforward/portforward_test.go:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(c *fakeConnection) CloseChan() <-
chan
bool {
68
return
c.closeChan
69
}
70
71
func
(c *fakeConnection) SetIdleTimeout(timeout time.Duration) {
72
// no-op
Callers
1
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected