MCPcopy 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
34func (io defaultFileIO) WriteFile(path string, data []byte) error {
35 return ioutil.WriteFile(path, data, 0600)
36}
37
38type decoderInputFileInfo struct {
39 fileID fileID

Callers

nothing calls this directly

Calls 1

WriteFileMethod · 0.65

Tested by

no test coverage detected