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

Method IsAbandoned

ctx.go:757–759  ·  ctx.go::DefaultCtx.IsAbandoned

IsAbandoned returns true if Abandon() was called on this context.

()

Source from the content-addressed store, hash-verified

755
756// IsAbandoned returns true if Abandon() was called on this context.
757func (c *DefaultCtx) IsAbandoned() bool {
758 return c.isAbandoned.Load()
759}
760
761// ForceRelease releases an abandoned context back to the pool.
762// This MUST only be called after all goroutines (including requestHandler and

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected