Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akalin/gopar
/ testFileIO
Struct
testFileIO
par1/decoder_test.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
testFileIO
struct
{
18
t *testing.T
19
fileIO
20
}
21
22
func
(io testFileIO) ReadFile(path string) (data []byte, err error) {
23
io.t.Helper()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected