MCPcopy Index your code
hub / github.com/devtron-labs/devtron / IsSuccess

Method IsSuccess

client/gitSensor/GitSensorRestClient.go:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248type StatusCode int
249
250func (code StatusCode) IsSuccess() bool {
251 return code >= 200 && code <= 299
252}
253
254type ClientRequest struct {
255 Method string

Callers 1

doRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected