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

Method close

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

Source from the content-addressed store, hash-verified

278}
279
280func (c *client) close() {
281 if c.httpClient != nil {
282 c.httpClient.CloseIdleConnections()
283 }
284}
285
286// isRetryableError determines if an error should trigger a retry
287func isRetryableError(err error) bool {

Callers 2

runCheckFunction · 0.45
runRolloutFunction · 0.45

Calls 1

CloseIdleConnectionsMethod · 0.45

Tested by

no test coverage detected