Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
func
NewEmptyDirError(dir string) error {
12
return
&EmptyDirError{dir: dir}
13
}
14
15
func
(err *EmptyDirError) Error() string {
16
return
err.dir + T(
" is empty"
)
Callers
1
writeZipFile
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected