MCPcopy 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
1093func (app *Application) setRunError(err error) {
1094 app.runErrorMu.Lock()
1095 app.runError = err
1096 app.runErrorMu.Unlock()
1097}
1098
1099func (app *Application) getRunError() error {
1100 app.runErrorMu.RLock()

Callers 2

ShutdownMethod · 0.95
RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected