MCPcopy Create free account
hub / github.com/bytebase/bytebase / CloseIdleConnections

Method CloseIdleConnections

action/command/api.go:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (t *customHeaderTransport) CloseIdleConnections() {
154 if transport, ok := t.base.(interface{ CloseIdleConnections() }); ok {
155 transport.CloseIdleConnections()
156 }
157}
158
159func getTokenRefresher(httpClient connect.HTTPClient, email, password, url string) func(ctx context.Context) (string, error) {
160 // Create a separate auth client without interceptors to avoid circular dependencies

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected