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

Method IsAbandoned

ctx_interface_gen.go:173–173  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

171 Abandon()
172 // IsAbandoned returns true if Abandon() was called on this context.
173 IsAbandoned() bool
174 // ForceRelease releases an abandoned context back to the pool.
175 // This MUST only be called after all goroutines (including requestHandler and
176 // ErrorHandler) have completely finished using this context. Calling it while

Calls

no outgoing calls