Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akalin/gopar
/ WriteFile
Method
WriteFile
par2/decoder.go:34–36 ·
view source on GitHub ↗
(path string, data []byte)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(io defaultFileIO) WriteFile(path string, data []byte) error {
35
return
ioutil.WriteFile(path, data, 0600)
36
}
37
38
type
decoderInputFileInfo
struct
{
39
fileID fileID
Callers
nothing calls this directly
Calls
1
WriteFile
Method · 0.65
Tested by
no test coverage detected