MCPcopy
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
67func (c *fakeConnection) CloseChan() <-chan bool {
68 return c.closeChan
69}
70
71func (c *fakeConnection) SetIdleTimeout(timeout time.Duration) {
72 // no-op

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected