Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
248
type
StatusCode int
249
250
func
(code StatusCode) IsSuccess() bool {
251
return
code >= 200 && code <= 299
Callers
1
doRequest
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected