Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kataras/iris
/ setRunError
Method
setRunError
iris.go:1093–1097 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
1091
}
1092
1093
func
(app *Application) setRunError(err error) {
1094
app.runErrorMu.Lock()
1095
app.runError = err
1096
app.runErrorMu.Unlock()
1097
}
1098
1099
func
(app *Application) getRunError() error {
1100
app.runErrorMu.RLock()
Callers
2
Shutdown
Method · 0.95
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected