MCPcopy Create free account
hub / github.com/53AI/53AIHub / GetErrorHandler

Function GetErrorHandler

api/service/error_handler.go:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173var globalErrorHandler *ErrorHandler
174
175func GetErrorHandler() *ErrorHandler {
176 if globalErrorHandler == nil {
177 globalErrorHandler = NewErrorHandler()
178 }
179 return globalErrorHandler
180}

Callers

nothing calls this directly

Calls 1

NewErrorHandlerFunction · 0.85

Tested by

no test coverage detected