MCPcopy Create free account
hub / github.com/efficientgo/e2e / errorer

Struct errorer

env_docker.go:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199type errorer struct {
200 name string
201 err error
202}
203
204// NewFailedRunnable returns runnable that failed in construction.
205func NewFailedRunnable(name string, err error) Runnable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected