MCPcopy
hub / github.com/caddyserver/caddy / Read

Method Read

modules/caddyhttp/reverseproxy/fastcgi/record.go:52–54  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

50}
51
52func (rec *record) Read(p []byte) (n int, err error) {
53 return rec.lr.Read(p)
54}
55
56func (rec *record) hasMore() bool {
57 return rec.lr.N > 0

Callers 3

copyBufferMethod · 0.45
fillMethod · 0.45
generateSaltFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected