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

Method Len

internal/logtemplate/template.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// compile when switching to the shared template renderer.
22type Buffer interface {
23 Len() int
24 ReadFrom(r io.Reader) (int64, error)
25 WriteTo(w io.Writer) (int64, error)
26 Bytes() []byte

Implementers 1

failingContextBufferlog/context_test.go

Calls

no outgoing calls