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

Function isErrorHandler

hero/reflect.go:107–109  ·  view source on GitHub ↗
(typ reflect.Type)

Source from the content-addressed store, hash-verified

105var errorHandlerTyp = reflect.TypeOf((*ErrorHandler)(nil)).Elem()
106
107func isErrorHandler(typ reflect.Type) bool {
108 return typ.Implements(errorHandlerTyp)
109}
110
111var emptyValue reflect.Value
112

Callers 1

makeStructFunction · 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…