Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akalin/gopar
/ testFileIO
Struct
testFileIO
par2/decoder_test.go:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
type
testFileIO
struct
{
82
t *testing.T
83
fileIO
84
}
85
86
func
(io testFileIO) ReadFile(path string) (data []byte, err error) {
87
io.t.Helper()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected