MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / NewFileNotFoundError

Function NewFileNotFoundError

common/persistence/problems/utils.go:28–30  ·  view source on GitHub ↗

NewFileNotFoundError new a file not found error

(fileName string)

Source from the content-addressed store, hash-verified

26
27// NewFileNotFoundError new a file not found error
28func NewFileNotFoundError(fileName string) error {
29 return FileNotFoundError{FileName: fileName}
30}
31
32// UnZip do unzip
33func UnZip(zipArchive *zip.ReadCloser, destDir string) error {

Callers 1

FindInZipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected