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

Struct failingContextBuffer

log/context_test.go:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17var errContextTestWrite = errors.New("context test write failure")
18
19type failingContextBuffer struct{}
20
21func (failingContextBuffer) Len() int { return 0 }
22func (failingContextBuffer) ReadFrom(_ io.Reader) (int64, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected