Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ New
Function
New
cf/errors/error.go:5–7 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
3
import
original
"errors"
4
5
func
New(message string) error {
6
return
original.New(message)
7
}
Callers
15
move_route_command_test.go
File · 0.92
share_route_command_test.go
File · 0.92
set_space_role_command_test.go
File · 0.92
route_command_test.go
File · 0.92
unset_org_role_command_test.go
File · 0.92
delete_org_quota_command_test.go
File · 0.92
delete_service_key_command_test.go
File · 0.92
set_org_role_command_test.go
File · 0.92
Execute
Method · 0.92
security_groups_command_test.go
File · 0.92
services_command_test.go
File · 0.92
update_destination_command_test.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected