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