MCPcopy Create free account
hub / github.com/CRED-CLUB/propeller / CopyFile

Method CopyFile

pkg/fs/fs.go:24–24  ·  view source on GitHub ↗
(sourcePath, destPath string)

Source from the content-addressed store, hash-verified

22 ReadFile(filePath string) ([]byte, error)
23 DeleteFile(filePath string) error
24 CopyFile(sourcePath, destPath string) error
25
26 SearchFiles(sourceDir string, excludeDirs []string, searchFile string) ([]string, error)
27 SearchFileExtensions(sourceDir string, excludeDirs []string, extension string) ([]string, error)

Callers

nothing calls this directly

Implementers 1

LocalFileSystempkg/fs/fs.go

Calls

no outgoing calls

Tested by

no test coverage detected