Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(rec *record) Read(p []byte) (n int, err error) {
53
return
rec.lr.Read(p)
54
}
55
56
func
(rec *record) hasMore() bool {
57
return
rec.lr.N > 0
Callers
3
copyBuffer
Method · 0.45
fill
Method · 0.45
generateSalt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected