MCPcopy
hub / github.com/gofiber/fiber / newBindError

Function newBindError

bind.go:103–105  ·  view source on GitHub ↗
(source string, raw error)

Source from the content-addressed store, hash-verified

101}
102
103func newBindError(source string, raw error) *BindError {
104 return &BindError{Source: source, Field: extractFieldFromError(raw), Err: raw}
105}
106
107// AcquireBind returns Bind reference from bind pool.
108func AcquireBind() *Bind {

Callers 1

returnBindErrMethod · 0.85

Calls 1

extractFieldFromErrorFunction · 0.85

Tested by

no test coverage detected