Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Read
Method
Read
internal/testutils/buffer.go:53–59 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(r *errorReader) Read(b []byte) (int, error) {
54
n, err := r.r.Read(b)
55
if
err == io.EOF {
56
return
n, r.err
57
}
58
return
n, err
59
}
60
61
type
FailingBuffer
struct
{
62
Blob []byte
Callers
12
ReadConfig
Function · 0.45
BufferInFile
Function · 0.45
readPass
Function · 0.45
TestMsgPipelineCfg
Function · 0.45
TestMsgPipelineCfg_SourceIn
Function · 0.45
TestMsgPipelineCfg_DestIn
Function · 0.45
TestMsgPipelineCfg_GlobalChecks
Function · 0.45
TestMsgPipelineCfg_GlobalChecksMultiple
Function · 0.45
TestMsgPipelineCfg_SourceChecks
Function · 0.45
TestMsgPipelineCfg_SourceChecks_Multiple
Function · 0.45
TestMsgPipelineCfg_RcptChecks
Function · 0.45
TestMsgPipelineCfg_RcptChecks_Multiple
Function · 0.45
Calls
no outgoing calls
Tested by
9
TestMsgPipelineCfg
Function · 0.36
TestMsgPipelineCfg_SourceIn
Function · 0.36
TestMsgPipelineCfg_DestIn
Function · 0.36
TestMsgPipelineCfg_GlobalChecks
Function · 0.36
TestMsgPipelineCfg_GlobalChecksMultiple
Function · 0.36
TestMsgPipelineCfg_SourceChecks
Function · 0.36
TestMsgPipelineCfg_SourceChecks_Multiple
Function · 0.36
TestMsgPipelineCfg_RcptChecks
Function · 0.36
TestMsgPipelineCfg_RcptChecks_Multiple
Function · 0.36