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

TypeAlias StatusCode

client/gitSensor/GitSensorRestClient.go:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 baseUrl *url.URL
247}
248type StatusCode int
249
250func (code StatusCode) IsSuccess() bool {
251 return code >= 200 && code <= 299

Callers 1

doRequestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected