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

Method release

client/core_test.go:535–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533}
534
535func (b *blockingErrTransport) release() {
536 b.releaseOnce.Do(func() { close(b.unblock) })
537}
538
539type panicTransport struct {
540 value any

Callers

nothing calls this directly

Calls 1

DoMethod · 0.65

Tested by

no test coverage detected