Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ RunFirstErr
Function
RunFirstErr
pkg/lib/parallel/parallel.go:60–63 ·
view source on GitHub ↗
(fn func() error, fns ...func() error)
Source
from the content-addressed store, hash-verified
58
}
59
60
func
RunFirstErr(fn
func
() error, fns ...
func
() error) error {
61
errs := Run(fn, fns...)
62
return
errors.FirstError(errs...)
63
}
Callers
15
ListRegions
Method · 0.92
ListSupportedAvailabilityZones
Method · 0.92
StreamDockerLogs
Function · 0.92
DeleteAPI
Function · 0.92
GetAPIs
Function · 0.92
DeleteAPI
Function · 0.92
DeleteAPI
Function · 0.92
deleteS3Resources
Function · 0.92
deleteK8sResources
Function · 0.92
DeleteAPI
Function · 0.92
deleteS3Resources
Function · 0.92
deleteK8sResources
Function · 0.92
Calls
2
FirstError
Function · 0.92
Run
Function · 0.70
Tested by
no test coverage detected