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

Method ReadFrom

internal/logtemplate/template.go:24–24  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

22type Buffer interface {
23 Len() int
24 ReadFrom(r io.Reader) (int64, error)
25 WriteTo(w io.Writer) (int64, error)
26 Bytes() []byte
27 Write(p []byte) (int, error)

Callers 2

readContentFunction · 0.65
SaveFileToStorageMethod · 0.65

Implementers 1

failingContextBufferlog/context_test.go

Calls

no outgoing calls

Tested by

no test coverage detected