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

Method IsAbandoned

ctx_interface.go:29–29  ·  view source on GitHub ↗

IsAbandoned returns true if the context has been abandoned.

()

Source from the content-addressed store, hash-verified

27
28 // IsAbandoned returns true if the context has been abandoned.
29 IsAbandoned() bool
30
31 // ForceRelease releases an abandoned context back to the pool.
32 // Must only be called after the handler goroutine has completely finished.

Callers 2

ReleaseCtxMethod · 0.65
releaseDefaultCtxMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected