MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewEmptyDirError

Function NewEmptyDirError

cf/errors/empty_dir_error.go:11–13  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

9}
10
11func NewEmptyDirError(dir string) error {
12 return &EmptyDirError{dir: dir}
13}
14
15func (err *EmptyDirError) Error() string {
16 return err.dir + T(" is empty")

Callers 1

writeZipFileFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected