MCPcopy Create free account
hub / github.com/kataras/iris / statusCodeSuccessful

Function statusCodeSuccessful

core/router/handler.go:534–536  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

532}
533
534func statusCodeSuccessful(statusCode int) bool {
535 return !context.StatusCodeNotSuccessful(statusCode)
536}
537
538// FireErrorCode handles the response's error response.
539// If `Configuration.ResetOnFireErrorCode()` is true

Callers 2

createRoutesMethod · 0.85
FireErrorCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…