MCPcopy Create free account
hub / github.com/cloudposse/atmos / WriteFile

Method WriteFile

pkg/filesystem/interface.go:38–38  ·  view source on GitHub ↗

WriteFile writes data to a file.

(name string, data []byte, perm os.FileMode)

Source from the content-addressed store, hash-verified

36
37 // WriteFile writes data to a file.
38 WriteFile(name string, data []byte, perm os.FileMode) error
39
40 // ReadFile reads a file.
41 ReadFile(name string) ([]byte, error)

Calls

no outgoing calls